Noo88ear commited on
Commit
557a7db
·
verified ·
1 Parent(s): 6fc21ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- mcp
8
- mcp-client
 
 
 
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