This commit is contained in:
mdecker62
2026-02-16 09:43:29 -05:00
parent 5380513cf7
commit 8026902872
2 changed files with 12 additions and 6 deletions

View File

@@ -14,13 +14,14 @@ dependencies = [
"fuzzywuzzy (>=0.18.0,<0.19.0)",
"python-levenshtein (>=0.26.1,<0.27.0)",
"pronouncing (>=0.2.0,<0.3.0)",
"tqdm (>=4.67.1,<5.0.0)"
"tqdm (>=4.67.1,<5.0.0)",
"setuptools",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.poetry]
package-mode = false
[tool.uv]
managed = true
package = false