This allows more freedom than using releases from PyPI. (atm there is no released version that fixes https://github.com/pyinstaller/pyinstaller/pull/6701 ) Also, we now build the pyinstaller bootloader, just like in the windows build: one fewer binary blob to trust.
16 lines
449 B
Plaintext
16 lines
449 B
Plaintext
pip
|
|
setuptools
|
|
wheel
|
|
|
|
# needed by pyinstaller:
|
|
macholib>=1.8
|
|
altgraph
|
|
pyinstaller-hooks-contrib>=2020.6
|
|
|
|
# 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
|