Skip to content

Commit d85b089

Browse files
author
Joshua Harlow
committed
Restrict gevent for older versions and newer versions
Gevent >= 1.1 is not py2.6 compat; so use the requirements python version restriction mechanism to restrict what versions work on older versions of python.
1 parent b77d8de commit d85b089

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements_gevent.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
gevent>=1.0.2
1+
gevent>1.1; python_version>='2.7'
2+
gevent<=1.1; python_version=='2.6'

0 commit comments

Comments
 (0)