Skip to content

Commit 1a3484e

Browse files
committed
Newest version of oauth2client (4.0.0) is not compatible. Stick with 3.0.0
1 parent 1b1455b commit 1a3484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _DetectBadness():
6363

6464
install_requires = [
6565
'httplib2>=0.8',
66-
'oauth2client>=1.4.6',
66+
'oauth2client>=1.4.6,<=3.0.0',
6767
'six>=1.6.1',
6868
'uritemplate>=0.6',
6969
]

0 commit comments

Comments
 (0)