Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
openenv-core==0.2.3
|
| 2 |
-
fastapi=
|
| 3 |
-
uvicorn=
|
| 4 |
pydantic>=2.0.0
|
| 5 |
-
requests=
|
| 6 |
-
pyyaml=
|
| 7 |
openai>=1.0.0
|
| 8 |
-
websockets>=
|
| 9 |
fastmcp>=3.0.0
|
| 10 |
tomli>=2.3.0
|
| 11 |
tomli-w>=1.2.0
|
|
|
|
| 1 |
openenv-core==0.2.3
|
| 2 |
+
fastapi>=0.115.0
|
| 3 |
+
uvicorn>=0.35.0
|
| 4 |
pydantic>=2.0.0
|
| 5 |
+
requests>=2.31.0
|
| 6 |
+
pyyaml>=6.0.0
|
| 7 |
openai>=1.0.0
|
| 8 |
+
websockets>=15.0.1
|
| 9 |
fastmcp>=3.0.0
|
| 10 |
tomli>=2.3.0
|
| 11 |
tomli-w>=1.2.0
|