Last tweaks to setup for 1.0 release.
Reviewed in https://codereview.appspot.com/6489115/.
diff --git a/setup_oauth2client.py b/setup_oauth2client.py
index fd2b67d..b0cdf9b 100644
--- a/setup_oauth2client.py
+++ b/setup_oauth2client.py
@@ -24,7 +24,7 @@
 ]
 
 install_requires = [
-    'httplib2>=0.7.4',
+    'httplib2>=0.7.6',
     'python-gflags',
     ]