1
0

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
This commit is contained in:
SomberNight
2018-05-05 01:12:47 +02:00
parent 46a0dbc9d9
commit a459eea018
2 changed files with 3 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
Cython>=0.27
rlp==0.6.0
trezor[hidapi]>=0.9.0
keepkey
btchip-python