Upgrade to httplib2 version 0.7.7.

Reviewed in https://codereview.appspot.com/6849064/.
This commit is contained in:
Joe Gregorio
2012-11-16 15:45:52 -05:00
parent f1ba7f1cc1
commit ff828af78c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ packages = [
] ]
install_requires = [ install_requires = [
'httplib2>=0.7.6', 'httplib2>=0.7.7',
'python-gflags', 'python-gflags',
] ]

View File

@@ -24,7 +24,7 @@ packages = [
] ]
install_requires = [ install_requires = [
'httplib2>=0.7.6', 'httplib2>=0.7.7',
'python-gflags', 'python-gflags',
] ]