aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 461675f0684851c804c4e8bcc31e024b5433f732 (plain)
1
2
3
4
5
6
7
[build-system]
# Must be kept in sync with `setup_requirements` in `setup.py`
requires = [
    "setuptools>=18.5",
    "wheel",
    "cffi>=1.7,!=1.11.3; python_implementation != 'PyPy'",
]