commit | 9eb303e10cc9d6aa09137d1d68a0673e5aa5b4b0 | [log] [tgz] |
---|---|---|
author | Helen Koike <helen.koike@collabora.com> | Thu May 31 19:11:34 2018 -0300 |
committer | Thea Flowers <theaflowers@google.com> | Thu May 31 15:11:34 2018 -0700 |
tree | 19bd11dc6566e2eb5474d43b3581a2019f97b3eb | |
parent | 98b51f044ede8b9b24e584ab9680e3f35f4bd469 [diff] [blame] |
Drop oauth2client dependency (#499)
diff --git a/setup.py b/setup.py index 4796840..07a4440 100644 --- a/setup.py +++ b/setup.py
@@ -64,7 +64,8 @@ install_requires = [ 'httplib2>=0.9.2,<1dev', - 'oauth2client>=1.5.0,<5.0.0dev', + 'google-auth>=1.4.1', + 'google-auth-httplib2>=0.0.3', 'six>=1.6.1,<2dev', 'uritemplate>=3.0.0,<4dev', ]