Skip to content

Commit

Permalink
Update minimum version of gevent to fix locustio#595
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenpeterson-wf committed Jun 26, 2017
1 parent febcdfb commit f1dfcfa
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 @@ -40,7 +40,7 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["gevent>=1.1.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==15.2.0"],
install_requires=["gevent>=1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==15.2.0"],
tests_require=['unittest2', 'mock'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit f1dfcfa

Please sign in to comment.