bcrypt/pyproject.toml
2018-07-23 18:35:55 -04:00

8 lines
174 B
TOML

[build-system]
# Must be kept in sync with `setup_requirements` in `setup.py`
requires = [
"setuptools",
"wheel",
"cffi>=1.1; python_implementation != 'PyPy'",
]