requests==0.14.0 requirement

Requests needs to be on 0.14.0, otherwise calls with params and files will not work.
This commit is contained in:
Mike Helmick 2012-11-09 10:30:37 -05:00
parent 909f1919b1
commit b8084905d3

View file

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