I answered the question to checkpoint 1 and 2.

This commit is contained in:
juddin22
2026-02-20 23:05:22 -05:00
parent 3df55e4285
commit 02c942ef2f
3 changed files with 41 additions and 18 deletions

View File

@@ -14,13 +14,15 @@ 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<70"
]
[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
packaged = false