Trial to update

This commit is contained in:
caglazir2
2026-04-10 17:59:16 -04:00
parent 62270bd37a
commit ca7ed35f11
20 changed files with 1119 additions and 650 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<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
package = false