Skip to content

Commit

Permalink
Use gevent 1.1.1 instead of 1.0.1. Fixes #421.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed May 31, 2016
1 parent e1ace03 commit 1a2c9da
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 @@ -47,7 +47,7 @@ def run(self):
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["gevent==1.0.1", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2"],
install_requires=["gevent==1.1.1", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2"],
tests_require=['unittest2', 'mock', 'pyzmq'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 1a2c9da

Please sign in to comment.