electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

requirements-build-appimage.txt (366B)


      1 pip
      2 setuptools
      3 wheel
      4 
      5 # Note: hidapi requires Cython at build-time (not needed at runtime).
      6 # For reproducible builds, the version of Cython must be pinned down.
      7 # The pinned Cython must be installed before hidapi is built;
      8 # otherwise when installing hidapi, pip just downloads the latest Cython.
      9 # see https://github.com/spesmilo/electrum/issues/5859
     10 Cython>=0.27