Updated for requests 1.1.0 #147

Merged
U2Ft merged 2 commits from requests-1.1.0 into master 2013-02-15 08:15:35 -08:00
Showing only changes of commit 9bda75b520 - Show all commits

View file

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