Spaces:
Sleeping
Sleeping
Create requirements.txt
#1
by
00Boobs00 - opened
- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio[oauth,mcp]==4.44.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
ray[serve]==2.46.0
|
| 4 |
+
fastapi==0.115.0
|
| 5 |
+
redis==5.3.4
|
| 6 |
+
transformers==4.50.3
|
| 7 |
+
torch==2.5.1+cu121
|
| 8 |
+
anthropic==0.34.2
|
| 9 |
+
openrouter-py==0.5.0
|
| 10 |
+
langgraph==0.2.25
|
| 11 |
+
cryptography==43.0.3
|
| 12 |
+
qrcode[pil]==7.4.3
|
| 13 |
+
spaces==0.22.0
|