apple muncy commited on
Commit
20709ce
·
1 Parent(s): f5b6af3

redo req.txt

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. requirements.txt +9 -4
requirements.txt CHANGED
@@ -1,5 +1,10 @@
1
- huggingface_hub[mcp]
2
- fastmcp
3
- gradio
4
- uvicorn
 
 
 
 
 
5
 
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ gradio>=4.0.0
4
+ huggingface-hub[mcp]>=0.32.0
5
+ pydantic>=2.0.0
6
+ python-multipart>=0.0.6
7
+ requests>=2.31.0
8
+ python-dotenv>=1.0.0
9
+ fastmcp>=2.0.0
10