diff --git a/pyproject.toml b/pyproject.toml index 91526df19..37dabae4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,13 +47,14 @@ pytest = {version = "^7.4.0", optional = true} fuzzywuzzy = {version = "^0.18.0", optional = true} sphinx = {version = ">=5.3.0", optional = true} # For compatibility with python 3.7.x jinja2 = {version = "^3.1.2", optional = true} +levenshtein = {version = "^0.21.1", optional = true} # For faster fuzzy search [tool.poetry.extras] # Instead of using poetry dependency groups, we use extras to make it pip installable lake = ["isaura"] docs = ["sphinx", "jinja2"] -test = ["pytest", "fuzzywuzzy"] +test = ["pytest", "fuzzywuzzy", "levenshtein"] #all = [lake, docs, test] [tool.poetry.scripts]