Skip to content

Commit

Permalink
update gevent version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justiniso committed Mar 31, 2016
1 parent 548ffe7 commit f162e1e
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 @@ -33,7 +33,7 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["gevent==1.1.rc1", "flask>=0.10.1", "requests>=2.4.1", "msgpack-python>=0.4.2", "six>=1.10.0"],
install_requires=["gevent==1.1.0", "flask>=0.10.1", "requests>=2.4.1", "msgpack-python>=0.4.2", "six>=1.10.0"],
entry_points={
'console_scripts': [
'locust = locust.main:main',
Expand Down

0 comments on commit f162e1e

Please sign in to comment.