Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -4,4 +4,6 @@ google-auth==2.3.3
|
|
4 |
google-auth-oauthlib==0.4.6
|
5 |
google-auth-httplib2==0.1.0
|
6 |
google-api-python-client==2.31.0
|
7 |
-
requests-oauthlib==1.3.1
|
|
|
|
|
|
4 |
google-auth-oauthlib==0.4.6
|
5 |
google-auth-httplib2==0.1.0
|
6 |
google-api-python-client==2.31.0
|
7 |
+
requests-oauthlib==1.3.1
|
8 |
+
# Add email support
|
9 |
+
email_validator==2.0.0
|