File: pyproject.toml

package info (click to toggle)
python-ledger-bitcoin 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 716 kB
  • sloc: python: 9,357; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
[build-system]
requires = [
    "ledgercomm>=1.1.0",
    "setuptools>=42",
    "typing-extensions>=3.7",
    "wheel"
]
build-backend = "setuptools.build_meta"