Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schedule
|
| 2 |
+
psycopg2
|
| 3 |
+
requests
|
| 4 |
+
gradio
|
| 5 |
+
python-dotenv
|
| 6 |
+
google-auth-oauthlib
|
| 7 |
+
google-auth
|
| 8 |
+
google-api-python-client
|