Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,8 @@ pytz
|
|
| 2 |
psycopg2-binary
|
| 3 |
requests
|
| 4 |
gradio
|
| 5 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
psycopg2-binary
|
| 3 |
requests
|
| 4 |
gradio
|
| 5 |
+
python-dotenv
|
| 6 |
+
google-auth
|
| 7 |
+
google-auth-oauthlib
|
| 8 |
+
google-auth-httplib2
|
| 9 |
+
google-api-python-client
|