Skip to content

Commit

Permalink
Merge pull request #137 from untitaker/requests3
Browse files Browse the repository at this point in the history
Prevent pip from installing Requests 3.0.0
  • Loading branch information
sigmavirus24 committed Mar 4, 2016
2 parents 1524d03 + 749b1e5 commit 368343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version():
packages=packages,
package_data={'': ['LICENSE', 'AUTHORS.rst']},
include_package_data=True,
install_requires=['requests>=2.0.1,<=3.0.0'],
install_requires=['requests>=2.0.1,<3.0.0'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 368343c

Please sign in to comment.