Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/requirements.txt +7 -6
server/requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
openenv-core[core]
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
| 1 |
+
openenv-core[core]==0.2.3
|
| 2 |
+
fastmcp==1.0
|
| 3 |
+
mcp==1.27.0
|
| 4 |
+
fastapi==0.135.3
|
| 5 |
+
uvicorn==0.43.0
|
| 6 |
+
openai==2.30.0
|
| 7 |
+
pydantic==2.12.5
|