Merge pull request #1101 from gevent/libev-regen
Simplify libev default loop handling and let it regenerate itself.
Showing
setuptools | ||
wheel | ||
cython>=0.27.3 ; python_version < '3.7' | ||
# Thread state changes, especially in Pythran seem to need this, | ||
# which in turn requires CPython 3.7.0a3 or above | ||
git+https://github.com/cython/cython#egg=cython ; python_version >= '3.7' | ||
greenlet>=0.4.10 ; python_version < '3.7' | ||
# Thread state changes again; requires 0.4.13, as yet unreleased | ||
git+https://github.com/python-greenlet/greenlet#egg=greenlet ; python_version >= '3.7' | ||
# Python 3.7b1 requires at least this version. | ||
# 0.28 is preferred due to 3.7 specific changes. | ||
cython>=0.27.3 | ||
# Python 3.7b1 requires this. | ||
greenlet>=0.4.13 | ||
pylint>=1.8.0 | ||
# pyyaml is included here and doesn't install on travis with 3.7a3 | ||
prospector[with_pyroma] ; python_version < '3.7' | ||
coverage>=4.0 | ||
coveralls>=1.0 | ||
# See version requirements in setup.py | ||
cffi | ||
cffi ; platform_python_implementation == "CPython" | ||
futures | ||
dnspython | ||
idna | ||
... | ... |
Please register or sign in to comment