Added 'httplib2' as requirement

This commit is contained in:
Erik Scheffers 2011-02-25 19:54:34 +08:00 committed by Ryan McGrath
parent ec6169292d
commit e97ec7ea0a
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,7 @@ setup(
include_package_data = True,
# Package dependencies.
install_requires = ['simplejson', 'oauth2'],
install_requires = ['simplejson', 'oauth2', 'httplib2'],
# Metadata for PyPI.
author = 'Ryan McGrath',