Skip to content

Commit 6394b66

Browse files
Jon Wayne Parrottnathanielmanistaatgoogle
authored andcommitted
Update minimum httplib2 dependency
1 parent 38051ac commit 6394b66

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

6565
install_requires = [
66-
'httplib2>=0.8,<1dev',
66+
'httplib2>=0.9.2,<1dev',
6767
'oauth2client>=1.5.0,<5.0.0dev',
6868
'six>=1.6.1,<2dev',
6969
'uritemplate>=3.0.0,<4dev',

0 commit comments

Comments
 (0)