Rathapoom commited on
Commit
f5a92a1
·
verified ·
1 Parent(s): 4c5cb00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- streamlit
2
- openai
3
- --upgrade openai
4
- gspread
5
- oauth2client
 
 
1
+ streamlit==1.31.0
2
+ openai>=1.0.0
3
+ gspread==5.12.0
4
+ oauth2client==4.1.3
5
+ python-dotenv==1.0.0
6
+ httpx>=0.24.1