You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
366 B
10 lines
366 B
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
|
|
|