Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio[mcp]>=5.39.0
|
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
|
11 |
+
python-dotenv>=1.0.0
|
12 |
+
pandas>=2.0.0
|