diff --git a/setup.py b/setup.py index 4a431ac66dd..b6a5db2503a 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def _DetectBadness(): ] install_requires = [ - 'httplib2>=0.8,<1dev', + 'httplib2>=0.9.2,<1dev', 'oauth2client>=1.5.0,<5.0.0dev', 'six>=1.6.1,<2dev', 'uritemplate>=3.0.0,<4dev',