Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
transformers
|
2 |
streamlit
|
3 |
-
torch
|
4 |
huggingface_hub
|
5 |
gspread
|
6 |
google-auth
|
7 |
google-auth-oauthlib
|
8 |
-
google-auth-httplib2
|
|
|
|
|
|
|
|
1 |
streamlit
|
|
|
2 |
huggingface_hub
|
3 |
gspread
|
4 |
google-auth
|
5 |
google-auth-oauthlib
|
6 |
+
google-auth-httplib2
|
7 |
+
google-api-python-client
|
8 |
+
python-dateutil
|