Skip to content

Commit ff4c9f0

Browse files
authored
Merge pull request #133 from charlesccychen/master
Pin oauth2client to avoid using version 4.0.0
2 parents e4ed2c6 + c3a7350 commit ff4c9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Python version and OS.
3030
REQUIRED_PACKAGES = [
3131
'httplib2>=0.8',
32-
'oauth2client>=1.5.2',
32+
'oauth2client>=1.5.2,<4.0.0dev',
3333
'setuptools>=18.5',
3434
'six>=1.9.0',
3535
]
@@ -54,7 +54,7 @@
5454
if py_version < '2.7':
5555
REQUIRED_PACKAGES.append('argparse>=1.2.1')
5656

57-
_APITOOLS_VERSION = '0.5.4'
57+
_APITOOLS_VERSION = '0.5.5'
5858

5959
with open('README.rst') as fileobj:
6060
README = fileobj.read()

0 commit comments

Comments
 (0)