Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
deepagents>=0.5.0
|
| 2 |
-
langchain-groq>=0.3.0
|
| 3 |
groq>=0.12.0
|
|
|
|
| 4 |
fastapi>=0.115.0
|
| 5 |
uvicorn[standard]>=0.32.0
|
|
|
|
|
|
|
|
|
|
| 1 |
groq>=0.12.0
|
| 2 |
+
httpx>=0.27.0
|
| 3 |
fastapi>=0.115.0
|
| 4 |
uvicorn[standard]>=0.32.0
|