1
0
Files
electrum/contrib/requirements/requirements-build-appimage.txt
2025-06-05 16:50:55 +00:00

10 lines
365 B
Plaintext

pip
setuptools
wheel
# 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