Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 7 |
+
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
|