Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
openai
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
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
|