update requirements
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
openai==
|
2 |
-
python-dotenv
|
3 |
-
flask
|
4 |
-
python-docx
|
5 |
-
pandas
|
6 |
-
streamlit
|
7 |
-
openpyxl
|
8 |
-
retrying
|
|
|
1 |
+
openai==1.1.2
|
2 |
+
python-dotenv
|
3 |
+
flask
|
4 |
+
python-docx
|
5 |
+
pandas
|
6 |
+
streamlit
|
7 |
+
openpyxl
|
8 |
+
retrying
|