Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
pydantic-ai
|
| 2 |
-
httpx
|
| 3 |
-
redis
|
| 4 |
python-dotenv
|
|
|
|
|
|
|
| 5 |
logfire
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
pydantic-ai[mcp]
|
|
|
|
|
|
|
| 2 |
python-dotenv
|
| 3 |
+
uvicorn
|
| 4 |
+
fastapi
|
| 5 |
logfire
|
| 6 |
+
openai
|
| 7 |
+
anthropic
|
| 8 |
+
google-generativeai
|