Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
aiohappyeyeballs==2.6.1
|
| 2 |
aiohttp==3.13.4
|
| 3 |
aiosignal==1.4.0
|
|
|
|
|
|
|
| 4 |
attrs==26.1.0
|
| 5 |
blinker==1.9.0
|
| 6 |
brotli==1.2.0
|
|
@@ -8,18 +10,38 @@ certifi==2026.2.25
|
|
| 8 |
charset-normalizer==3.4.6
|
| 9 |
click==8.3.1
|
| 10 |
colorama==0.4.6
|
|
|
|
|
|
|
| 11 |
Flask==3.1.3
|
|
|
|
| 12 |
frozenlist==1.8.0
|
|
|
|
| 13 |
g4f==7.3.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
idna==3.11
|
| 15 |
itsdangerous==2.2.0
|
| 16 |
Jinja2==3.1.6
|
|
|
|
| 17 |
MarkupSafe==3.0.3
|
|
|
|
| 18 |
multidict==6.7.1
|
| 19 |
nest-asyncio2==1.7.2
|
|
|
|
| 20 |
propcache==0.4.1
|
| 21 |
pycryptodome==3.23.0
|
|
|
|
|
|
|
|
|
|
| 22 |
requests==2.33.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
urllib3==2.6.3
|
| 24 |
Werkzeug==3.1.7
|
| 25 |
yarl==1.23.0
|
|
|
|
| 1 |
aiohappyeyeballs==2.6.1
|
| 2 |
aiohttp==3.13.4
|
| 3 |
aiosignal==1.4.0
|
| 4 |
+
annotated-doc==0.0.4
|
| 5 |
+
anyio==4.13.0
|
| 6 |
attrs==26.1.0
|
| 7 |
blinker==1.9.0
|
| 8 |
brotli==1.2.0
|
|
|
|
| 10 |
charset-normalizer==3.4.6
|
| 11 |
click==8.3.1
|
| 12 |
colorama==0.4.6
|
| 13 |
+
dotenv==0.9.9
|
| 14 |
+
filelock==3.25.2
|
| 15 |
Flask==3.1.3
|
| 16 |
+
flask-cors==6.0.2
|
| 17 |
frozenlist==1.8.0
|
| 18 |
+
fsspec==2026.3.0
|
| 19 |
g4f==7.3.4
|
| 20 |
+
h11==0.16.0
|
| 21 |
+
hf-xet==1.4.2
|
| 22 |
+
httpcore==1.0.9
|
| 23 |
+
httpx==0.28.1
|
| 24 |
+
huggingface_hub==1.8.0
|
| 25 |
idna==3.11
|
| 26 |
itsdangerous==2.2.0
|
| 27 |
Jinja2==3.1.6
|
| 28 |
+
markdown-it-py==4.0.0
|
| 29 |
MarkupSafe==3.0.3
|
| 30 |
+
mdurl==0.1.2
|
| 31 |
multidict==6.7.1
|
| 32 |
nest-asyncio2==1.7.2
|
| 33 |
+
packaging==26.0
|
| 34 |
propcache==0.4.1
|
| 35 |
pycryptodome==3.23.0
|
| 36 |
+
Pygments==2.20.0
|
| 37 |
+
python-dotenv==1.2.2
|
| 38 |
+
PyYAML==6.0.3
|
| 39 |
requests==2.33.1
|
| 40 |
+
rich==14.3.3
|
| 41 |
+
shellingham==1.5.4
|
| 42 |
+
tqdm==4.67.3
|
| 43 |
+
typer==0.24.1
|
| 44 |
+
typing_extensions==4.15.0
|
| 45 |
urllib3==2.6.3
|
| 46 |
Werkzeug==3.1.7
|
| 47 |
yarl==1.23.0
|