Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
update gevent requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Oct 12, 2018
1 parent 0bf9860 commit 5e05efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def get_version():
]

extra_gevent_requires = [
'gevent==1.3'
'gevent==1.3.6'
]

extra_requires = [
Expand Down

0 comments on commit 5e05efd

Please sign in to comment.