remove custom code verifier patch and force google-auth-oauthlib==0.4.0.

Next release may break code_verifier auto-gen based on
https://github.com/googleapis/google-auth-library-python-oauthlib/pull/48 so we lock at 0.4.0 for now.
This commit is contained in:
Jay Lee
2019-06-18 10:23:50 -04:00
parent ccf1dc0585
commit db1159cd0d
2 changed files with 3 additions and 29 deletions

View File

@@ -3,6 +3,6 @@ dnspython
google-api-python-client
google-auth
google-auth-httplib2
google-auth-oauthlib
google-auth-oauthlib==0.4.0
httplib2>=0.13.0
passlib