mgbam commited on
Commit
8a8119a
·
verified ·
1 Parent(s): 77459ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- streamlit>=1.28
2
- openai
3
- python-dotenv
4
- requests
5
- pillow
6
- pyyaml
7
- elevenlabs
8
- flask
9
- openai requests
 
1
+ flask>=2.3
2
+ python-dotenv>=1.0
3
+ openai>=1.0
4
+ requests>=2.31
5
+ streamlit>=1.25
6
+ # any other needed deps, e.g.:
7
+ gunicorn>=20.1.0