aiqtech commited on
Commit
363b044
·
verified ·
1 Parent(s): 9614690

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ httpx==0.25.1
4
+ pydantic==2.5.0
5
+ streamlit==1.28.2
6
+ gradio==4.7.1
7
+ python-dotenv==1.0.0