Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -24,7 +24,8 @@ sniffio==1.3.0
|
|
24 |
tqdm==4.66.1
|
25 |
typing_extensions==4.9.0
|
26 |
urllib3==2.1.0
|
|
|
27 |
google-auth==1.35.0
|
28 |
google-auth-oauthlib==0.4.6
|
29 |
google-auth-httplib2==0.1.0
|
30 |
-
google-api-python-client==2.33.0
|
|
|
24 |
tqdm==4.66.1
|
25 |
typing_extensions==4.9.0
|
26 |
urllib3==2.1.0
|
27 |
+
# added after fork
|
28 |
google-auth==1.35.0
|
29 |
google-auth-oauthlib==0.4.6
|
30 |
google-auth-httplib2==0.1.0
|
31 |
+
google-api-python-client==2.33.0
|