arjunanand13 commited on
Commit
2b1d2b4
·
verified ·
1 Parent(s): 0729c66

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -6
requirements.txt CHANGED
@@ -1,6 +1,3 @@
1
- fastapi==0.104.1
2
- uvicorn==0.23.2
3
- python-dotenv==1.0.0
4
- httpx==0.24.1
5
- gradio==4.1.2
6
- pandas==2.1.1
 
1
+ gradio>=3.0
2
+ openai>=0.27.0
3
+ requests>=2.0