File: pyproject.toml

package info (click to toggle)
python-nacl 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,408 kB
  • sloc: ansic: 41,345; sh: 16,028; python: 5,152; asm: 4,264; makefile: 1,136; xml: 30; pascal: 10
file content (7 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
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.4.1; python_implementation != 'PyPy'",
]