Require httplib2 0.7.2 or better. Reviewed in http://codereview.appspot.com/5694054/

This commit is contained in:
Joe Gregorio
2012-02-23 13:43:59 -05:00
parent 945cca12d9
commit c2928a440d
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ packages = [
]
install_requires = [
'httplib2',
'httplib2>=0.7.2',
'oauth2',
'python-gflags',
]

View File

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