Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio>=5.38.2
|
2 |
pillow>=10.0.0
|
3 |
google-generativeai>=0.8.0
|
4 |
google-genai>=0.2.0
|
5 |
google-auth>=2.0.0
|
6 |
-
google-cloud-core>=2.0.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
+
gradio[mcp]>=5.38.2
|
2 |
pillow>=10.0.0
|
3 |
google-generativeai>=0.8.0
|
4 |
google-genai>=0.2.0
|
5 |
google-auth>=2.0.0
|
6 |
+
google-cloud-core>=2.0.0
|
7 |
+
google-oauth2-tool>=0.0.3
|
8 |
+
aiohttp>=3.8.0
|
9 |
+
requests>=2.25.0
|
10 |
+
typing-extensions>=4.0.0
|