Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
requests
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
flask_SQLAlchemy
|
3 |
+
flask_login
|
4 |
+
werkzeug
|
5 |
+
requests
|
6 |
+
cohere
|
7 |
+
gunicorn
|
8 |
+
python-dotenv
|