launch-calcium commited on
Commit
a1e8fc5
·
verified ·
1 Parent(s): 9e6c3f3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio==6.9.0
2
- gradio[oauth,mcp]==6.9.0
3
- uvicorn==0.14.0
4
- websockets==10.4
5
- python==3.11
 
1
+ gradio *
2
+ gradio[oauth,mcp] *
3
+ uvicorn *
4
+ websockets *
5
+ python *