From c59989783d2fc94c591ef7a59eeee57a61a5da1f Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Wed, 5 Feb 2025 16:17:33 -0500 Subject: [PATCH] Add python-Levenshtein to deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79ccbac..0faba35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,8 @@ dependencies = [ "fastapi>=0.104.0", "uvicorn>=0.24.0", "websockets>=12.0", - "jinja2>=3.1.2" + "jinja2>=3.1.2", + "python-Levenshtein>=0.26.1" ] [project.optional-dependencies] @@ -69,4 +70,3 @@ path = "ra_aid/__version__.py" [tool.hatch.build.targets.wheel] packages = ["ra_aid"] -