Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Flask==2.0.2
|
| 2 |
Werkzeug==2.0.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
python-dotenv==0.19.2
|
| 4 |
-
gunicorn
|
|
|
|
| 1 |
+
|
| 2 |
+
|
| 3 |
+
|
| 4 |
Flask==2.0.2
|
| 5 |
Werkzeug==2.0.2
|
| 6 |
+
apscheduler
|
| 7 |
+
google-auth
|
| 8 |
+
google-auth-httplib2
|
| 9 |
+
google-auth-oauthlib
|
| 10 |
+
google-api-python-client
|
| 11 |
+
requests
|
| 12 |
python-dotenv==0.19.2
|
| 13 |
+
gunicorn
|