diff --git a/setup.py b/setup.py index 5ddcc34..3e0ebee 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ packages = [ ] install_requires = [ - 'httplib2>=0.7.6', + 'httplib2>=0.7.7', 'python-gflags', ] diff --git a/setup_oauth2client.py b/setup_oauth2client.py index b0cdf9b..b02348b 100644 --- a/setup_oauth2client.py +++ b/setup_oauth2client.py @@ -24,7 +24,7 @@ packages = [ ] install_requires = [ - 'httplib2>=0.7.6', + 'httplib2>=0.7.7', 'python-gflags', ]