we will instead bundle our own fork, as a git submodule, https://github.com/spesmilo/electrum-keepkeylib related https://github.com/spesmilo/electrum/issues/7922 and https://github.com/keepkey/python-keepkey/issues/146 (i.e. upstream keepkeylib is unmaintained)
Notes
The frozen dependency lists in this folder are generated files.
- Starting from
contrib/requirements/requirements*.txt, - we use the
contrib/freeze_packages.shscript, - to generate
contrib/deterministic-build/requirements*.txt.
The source files list direct dependencies with loose version requirements, while the output files list all transitive dependencies with exact version+hash pins.
The build scripts only use these hash pinned requirement files.