LBRY-Vault/contrib/requirements/requirements-hw.txt
SomberNight a459eea018
follow-up prev: specify rlp version
python-trezor depends on rlp (an ethereum package) that we do not need..
Newer versions of rlp introduced several new dependencies, which is even more stuff we don't need.
Some of these new dependencies are even a trouble to build on Wine, as they need vc++, and they don't distribute binary builds.

related #4338
2018-05-05 01:12:47 +02:00

7 lines
92 B
Text

Cython>=0.27
rlp==0.6.0
trezor[hidapi]>=0.9.0
keepkey
btchip-python
websocket-client
hidapi