mirror of https://github.com/zeromq/pyzmq.git
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
gevent; python_version == '2.7' and platform_python_implementation != "PyPy"
|
|
pytest; python_version != '3.2'
|
|
pytest < 3; python_version == '3.2'
|
|
unittest2; python_version < '3'
|
|
tornado; python_version != '3.2'
|
|
tornado < 4.4 ; python_version == '3.2'
|
|
aiohttp; python_version >= '3.4'
|