milwright commited on
Commit
8d27933
·
verified ·
1 Parent(s): b55cd16

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -1,4 +1,9 @@
1
- gradio>=4.44.1
 
 
 
2
  requests>=2.32.3
3
  beautifulsoup4>=4.12.3
4
- python-dotenv>=1.0.0
 
 
 
1
+ # Specify the exact Gradio version you want to use
2
+ gradio[oauth,mcp]==5.35.0
3
+
4
+ # Other dependencies
5
  requests>=2.32.3
6
  beautifulsoup4>=4.12.3
7
+ python-dotenv>=1.0.0
8
+ spaces
9
+ uvicorn>=0.14.0