Require httplib2 0.7.2 or better. Reviewed in http://codereview.appspot.com/5694054/
This commit is contained in:
2
setup.py
2
setup.py
@@ -30,7 +30,7 @@ packages = [
|
||||
]
|
||||
|
||||
install_requires = [
|
||||
'httplib2',
|
||||
'httplib2>=0.7.2',
|
||||
'oauth2',
|
||||
'python-gflags',
|
||||
]
|
||||
|
||||
@@ -24,7 +24,7 @@ packages = [
|
||||
]
|
||||
|
||||
install_requires = [
|
||||
'httplib2',
|
||||
'httplib2>=0.7.2',
|
||||
'python-gflags',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user