Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ flask
|
|
2 |
google-generativeai
|
3 |
python-dotenv
|
4 |
requests
|
5 |
-
pillow
|
|
|
|
|
|
2 |
google-generativeai
|
3 |
python-dotenv
|
4 |
requests
|
5 |
+
pillow
|
6 |
+
gunicorn
|
7 |
+
flask_cors
|