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