Juna190825 commited on
Commit
cd7a4f3
·
verified ·
1 Parent(s): 19ace7f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- fastapi
2
- uvicorn
3
- httpx
4
- streamlit
5
- python-multipart
 
 
 
 
1
+ fastapi==0.95.2
2
+ uvicorn==0.22.0
3
+ gradio==3.44.0
4
+ requests==2.31.0
5
+ python-dotenv==1.0.0
6
+ python-multipart==0.0.6
7
+ openai==0.28.0
8
+ numpy==1.24.3