We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9164c3e commit 033f594Copy full SHA for 033f594
test-requirements.txt
@@ -9,7 +9,7 @@ twisted[tls]; python_version >= '3.5' or python_version < '3.0'
9
twisted[tls]==19.2.1; python_version < '3.5' and python_version >= '3.0'
10
gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32'
11
gevent==20.5.0; platform_machine == 'i686' or platform_machine == 'win32'
12
-eventlet
+eventlet>=0.33.3
13
cython>=0.20,<0.30 ; python_version > '3.0'
14
cython==0.23.1 ; python_version < '3.0'
15
packaging
0 commit comments