Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -5,4 +5,15 @@ google-auth
|
|
5 |
google-auth-oauthlib
|
6 |
google-auth-httplib2
|
7 |
google-api-python-client
|
8 |
-
python-dateutil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
google-auth-oauthlib
|
6 |
google-auth-httplib2
|
7 |
google-api-python-client
|
8 |
+
python-dateutil
|
9 |
+
|
10 |
+
time
|
11 |
+
|
12 |
+
re
|
13 |
+
datetime
|
14 |
+
json
|
15 |
+
logging
|
16 |
+
typing
|
17 |
+
uuid
|
18 |
+
huggingface_hub.utils
|
19 |
+
httpx
|