1[build-system] 2# Must be kept in sync with `setup_requirements` in `setup.py` 3requires = [ 4 "setuptools>=18.5", 5 "wheel", 6 "cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'", 7] 8