Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
Flask>=2.2.0
|
| 2 |
-
Flask-SQLAlchemy>=3.0.0
|
| 3 |
-
Flask-Migrate>=4.0.0
|
| 4 |
-
SQLAlchemy>=1.4.0
|
| 5 |
-
python-dotenv>=0.21.0
|
| 6 |
-
openai>=0.27.0
|
| 7 |
-
pandas>=1.3.0
|
| 8 |
-
python-docx>=0.8.10
|
| 9 |
-
requests>=2.28.0
|
|
|
|
|
|
| 1 |
+
Flask>=2.2.0
|
| 2 |
+
Flask-SQLAlchemy>=3.0.0
|
| 3 |
+
Flask-Migrate>=4.0.0
|
| 4 |
+
SQLAlchemy>=1.4.0
|
| 5 |
+
python-dotenv>=0.21.0
|
| 6 |
+
openai>=0.27.0
|
| 7 |
+
pandas>=1.3.0
|
| 8 |
+
python-docx>=0.8.10
|
| 9 |
+
requests>=2.28.0
|
| 10 |
+
gunicorn
|