We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4ed2c6 + c3a7350 commit ff4c9f0Copy full SHA for ff4c9f0
1 file changed
setup.py
@@ -29,7 +29,7 @@
29
# Python version and OS.
30
REQUIRED_PACKAGES = [
31
'httplib2>=0.8',
32
- 'oauth2client>=1.5.2',
+ 'oauth2client>=1.5.2,<4.0.0dev',
33
'setuptools>=18.5',
34
'six>=1.9.0',
35
]
@@ -54,7 +54,7 @@
54
if py_version < '2.7':
55
REQUIRED_PACKAGES.append('argparse>=1.2.1')
56
57
-_APITOOLS_VERSION = '0.5.4'
+_APITOOLS_VERSION = '0.5.5'
58
59
with open('README.rst') as fileobj:
60
README = fileobj.read()
0 commit comments