Alex Gaynor | 2af3d4c | 2018-07-23 13:10:13 -0400 | [diff] [blame] | 1 | [build-system] |
2 | # Must be kept in sync with `setup_requirements` in `setup.py` | ||||
3 | requires = [ | ||||
4 | "setuptools>=18.5", | ||||
5 | "wheel", | ||||
6 | "cffi>=1.7,!=1.11.3; python_implementation != 'PyPy'", | ||||
7 | ] |