Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +40 -0
requirements.txt
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohappyeyeballs==2.6.1
|
| 2 |
+
aiohttp==3.11.14
|
| 3 |
+
aiosignal==1.3.2
|
| 4 |
+
annotated-types==0.7.0
|
| 5 |
+
anyio==4.9.0
|
| 6 |
+
attrs==25.3.0
|
| 7 |
+
Brotli==1.1.0
|
| 8 |
+
certifi==2025.1.31
|
| 9 |
+
charset-normalizer==3.4.1
|
| 10 |
+
click==8.1.8
|
| 11 |
+
colorama==0.4.6
|
| 12 |
+
Deprecated==1.2.18
|
| 13 |
+
distro==1.9.0
|
| 14 |
+
fastapi==0.115.11
|
| 15 |
+
frozenlist==1.5.0
|
| 16 |
+
g4f==0.4.8.6
|
| 17 |
+
h11==0.14.0
|
| 18 |
+
httpcore==1.0.7
|
| 19 |
+
httpx==0.28.1
|
| 20 |
+
idna==3.10
|
| 21 |
+
jiter==0.9.0
|
| 22 |
+
limits==4.4.1
|
| 23 |
+
multidict==6.2.0
|
| 24 |
+
nest-asyncio==1.6.0
|
| 25 |
+
openai==1.67.0
|
| 26 |
+
packaging==24.2
|
| 27 |
+
propcache==0.3.0
|
| 28 |
+
pycryptodome==3.22.0
|
| 29 |
+
pydantic==2.10.6
|
| 30 |
+
pydantic_core==2.27.2
|
| 31 |
+
requests==2.32.3
|
| 32 |
+
slowapi==0.1.9
|
| 33 |
+
sniffio==1.3.1
|
| 34 |
+
starlette==0.46.1
|
| 35 |
+
tqdm==4.67.1
|
| 36 |
+
typing_extensions==4.12.2
|
| 37 |
+
urllib3==2.3.0
|
| 38 |
+
uvicorn==0.34.0
|
| 39 |
+
wrapt==1.17.2
|
| 40 |
+
yarl==1.18.3
|