electrum

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

requirements-build-wine.txt (267B)


      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 # needed by pyinstaller:
      6 pefile>=2017.8.1
      7 altgraph
      8 pywin32-ctypes>=0.2.0
      9 pyinstaller-hooks-contrib>=2020.6