Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- server/requirements.txt +1 -2
server/requirements.txt
CHANGED
|
@@ -1,7 +1,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
|
|
|
|
|
|
| 1 |
openenv-core[core]==0.2.3
|
|
|
|
|
|
|
| 2 |
fastapi==0.135.3
|
| 3 |
uvicorn==0.43.0
|
| 4 |
openai==2.30.0
|
| 5 |
pydantic==2.12.5
|
| 6 |
+
pytest==8.4.2
|