updated for requests==1.1.0

This commit is contained in:
Sam Mellor 2013-01-30 01:00:32 +11:00
parent 87a3b44a30
commit f0db93c59e
2 changed files with 8 additions and 5 deletions

View file

@ -14,7 +14,7 @@ setup(
include_package_data=True,
# Package dependencies.
install_requires=['simplejson', 'requests==0.14.0'],
install_requires=['simplejson', 'requests==1.1.0', 'requests_oauthlib==0.3.0'],
# Metadata for PyPI.
author='Ryan McGrath',