Add lots of features

This commit is contained in:
chris
2026-02-19 14:59:57 -05:00
parent f372786dbc
commit 01f58ded9a
5 changed files with 91 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",
]