Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a40f9 commit 54b203aCopy full SHA for 54b203a
setup.py
@@ -63,10 +63,10 @@ def _DetectBadness():
63
]
64
65
install_requires = [
66
- 'httplib2>=0.8',
67
- 'oauth2client>=1.4.6',
68
- 'six>=1.6.1',
69
- 'uritemplate>=0.6',
+ 'httplib2>=0.8,<1',
+ 'oauth2client>=2.0.0,<3',
+ 'six>=1.6.1,<2',
+ 'uritemplate>=0.6,<1',
70
71
72
if sys.version_info < (2, 7):
0 commit comments