Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -5,4 +5,9 @@ oauth2client
|
|
5 |
dill
|
6 |
google-api-python-client
|
7 |
google-auth-httplib2
|
8 |
-
google-auth-oauthlib
|
|
|
|
|
|
|
|
|
|
|
|
5 |
dill
|
6 |
google-api-python-client
|
7 |
google-auth-httplib2
|
8 |
+
google-auth-oauthlib
|
9 |
+
jupyter
|
10 |
+
transformers
|
11 |
+
numpy
|
12 |
+
torch
|
13 |
+
aiohttp
|