pin google-auth to 2.0.2

Need https://github.com/googleapis/google-auth-library-python/issues/889 fixed.
This commit is contained in:
Jay Lee
2021-10-21 19:32:39 -04:00
committed by GitHub
parent ee5f4b73e8
commit e362591b7a

View File

@@ -4,7 +4,7 @@ filelock
google-api-python-client>=2.1
google-auth-httplib2
google-auth-oauthlib>=0.4.1
google-auth>=1.11.2
google-auth==2.0.2
httplib2>=0.17.0
importlib.metadata; python_version < '3.8'
passlib>=1.7.2