adowu commited on
Commit
7ee7da2
·
verified ·
1 Parent(s): b501699

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ fastapi>=0.111.0
2
+ uvicorn[standard]>=0.29.0
3
+ gradio-client>=0.16.0
4
+ python-dotenv>=1.0.0
5
+ pydantic>=2.7.0