Drops (direct) dependency on TQDM and removes its typing entry too

This commit is contained in:
Trenton H
2026-02-09 15:54:29 -08:00
parent e0b45539a6
commit 914362224c
2 changed files with 0 additions and 18 deletions

View File

@@ -77,7 +77,6 @@ dependencies = [
"setproctitle~=1.3.4",
"tika-client~=0.10.0",
"torch~=2.10.0",
"tqdm~=4.67.1",
"watchfiles>=1.1.1",
"whitenoise~=6.11",
"whoosh-reloaded>=2.7.5",
@@ -150,7 +149,6 @@ typing = [
"types-pytz",
"types-redis",
"types-setuptools",
"types-tqdm",
]
[tool.uv]