Skip to content

Commit

Permalink
Merge pull request #133 from charlesccychen/master
Browse files Browse the repository at this point in the history
Pin oauth2client to avoid using version 4.0.0
  • Loading branch information
vilasj authored Oct 14, 2016
2 parents e4ed2c6 + c3a7350 commit ff4c9f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Python version and OS.
REQUIRED_PACKAGES = [
'httplib2>=0.8',
'oauth2client>=1.5.2',
'oauth2client>=1.5.2,<4.0.0dev',
'setuptools>=18.5',
'six>=1.9.0',
]
Expand All @@ -54,7 +54,7 @@
if py_version < '2.7':
REQUIRED_PACKAGES.append('argparse>=1.2.1')

_APITOOLS_VERSION = '0.5.4'
_APITOOLS_VERSION = '0.5.5'

with open('README.rst') as fileobj:
README = fileobj.read()
Expand Down

0 comments on commit ff4c9f0

Please sign in to comment.