Add python-Levenshtein to deps

This commit is contained in:
AI Christianson 2025-02-05 16:17:33 -05:00
parent 6f865575ee
commit c59989783d
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,8 @@ dependencies = [
"fastapi>=0.104.0", "fastapi>=0.104.0",
"uvicorn>=0.24.0", "uvicorn>=0.24.0",
"websockets>=12.0", "websockets>=12.0",
"jinja2>=3.1.2" "jinja2>=3.1.2",
"python-Levenshtein>=0.26.1"
] ]
[project.optional-dependencies] [project.optional-dependencies]
@ -69,4 +70,3 @@ path = "ra_aid/__version__.py"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]
packages = ["ra_aid"] packages = ["ra_aid"]