Merge pull request #1119 from gevent/issue1118
Honor PURE_PYTHON at runtime
Showing
setuptools | setuptools | ||
wheel | wheel | ||
# Python 3.7b1 requires at least this version. | |||
# 0.28 is preferred due to 3.7 specific changes. | # Python 3.7 requires at least Cython 0.27.3. | ||
cython>=0.27.3 | # 0.28 is faster, and (important!) lets us specify the target module | ||
# name to be created so that we can have both foo.py and _foo.so | |||
# at the same time. | |||
# This is an arbitrary commit that seems to work well. | |||
-e git+https://github.com/cython/cython.git@471025858954d5b8429a9361a77dc41c6650ac52#egg=cython | |||
# Python 3.7b1 requires this. | # Python 3.7b1 requires this. | ||
greenlet>=0.4.13 | greenlet>=0.4.13 | ||
pylint>=1.8.0 | pylint>=1.8.0 | ||
... | ... |
Please register or sign in to comment