Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Bump gevent version (locustio#599)
Browse files Browse the repository at this point in the history
Addresses locustio#598
  • Loading branch information
ed1d1a8d authored and AngelosTheodosiadis committed Jan 10, 2020
1 parent 5d4ab95 commit 70702c5
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 70702c5

Please sign in to comment.