python-requests implemented

This commit is contained in:
kracekumar 2011-12-06 21:38:04 +05:30
parent 7334556248
commit 6325b16265
5 changed files with 54 additions and 15 deletions

View file

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