msgpack-python/requirements.txt
Alex Willmer 02e1f7623c
build: Create tox environments using a known Cython version (#408)
This change causes Tox to run the project's setup.py in a virtualenv
(default path is .tox/.package). The required version of Cython is
installed, rather than whatever version is installed system wide.
2021-01-27 10:11:32 +09:00

2 lines
93 B
Text

# Also declared in pyproject.toml, if updating here please also update there
Cython~=0.29.13