Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -2,5 +2,8 @@ gradio>=4.0.0
|
|
| 2 |
google-generativeai>=0.3.0
|
| 3 |
gradio-client>=1.0.0
|
| 4 |
requests>=2.28.0
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
google-generativeai>=0.3.0
|
| 3 |
gradio-client>=1.0.0
|
| 4 |
requests>=2.28.0
|
| 5 |
+
mcp>=1.0.0
|
| 6 |
+
aiohttp>=3.8.0
|
| 7 |
+
fastmcp>=0.4.0
|
| 8 |
+
nest-asyncio>=1.5.0
|
| 9 |
+
google-genai
|