Applying patch

This commit is contained in:
cpub
2026-02-23 11:35:46 -05:00
parent 4038c309bf
commit 58528f4634
4 changed files with 60 additions and 23 deletions

View File

@@ -6,6 +6,7 @@ requires-python = ">=3.10,<4.0"
dependencies = [
"click>=8.3.1",
"nltk>=3.9.2",
"tabulate>=0.9.0",
"tqdm>=4.67.3",
]