1
0
Files
electrum/contrib/requirements/requirements-build-mac.txt
2025-06-05 16:51:18 +00:00

18 lines
524 B
Plaintext

pip
setuptools
wheel
# needed by pyinstaller:
# fixme: ugly to have to duplicate this here from upstream
macholib>=1.8
altgraph
pyinstaller-hooks-contrib>=2025.2
packaging>=22.0
# Note: hidapi requires Cython at build-time (not needed at runtime).
# For reproducible builds, the version of Cython must be pinned down.
# The pinned Cython must be installed before hidapi is built;
# otherwise when installing hidapi, pip just downloads the latest Cython.
# see https://github.com/spesmilo/electrum/issues/5859
Cython>=0.27