URI: 
       trequirements-build-mac.txt - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
       trequirements-build-mac.txt (557B)
       ---
            1 pip
            2 setuptools<50.0.0   # 50.0.0 might break pyinstaller. see https://github.com/pyinstaller/pyinstaller/commit/e9f9d79d6b23c767512156323d0a5d28c6386a57
            3 wheel
            4 
            5 pyinstaller>=3.6
            6 
            7 # needed by pyinstaller:
            8 macholib
            9 
           10 # Note: hidapi requires Cython at build-time (not needed at runtime).
           11 # For reproducible builds, the version of Cython must be pinned down.
           12 # The pinned Cython must be installed before hidapi is built;
           13 # otherwise when installing hidapi, pip just downloads the latest Cython.
           14 # see https://github.com/spesmilo/electrum/issues/5859
           15 Cython>=0.27