1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 11:09:01 +00:00

build: change ethereum requirements

This commit is contained in:
matejcik 2019-03-07 17:45:50 +01:00
parent a8b88bcb58
commit c24a8770c5
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
hidapi >= 0.7.99.post20
rlp >= 0.4.4
ethjsonrpc >= 0.3.0
rlp >= 1.1.0
web3 >= 4.8

View File

@ -132,7 +132,7 @@ setup(
install_requires=install_requires,
extras_require={
"hidapi": ["hidapi>=0.7.99.post20"],
"ethereum": ["rlp>=0.4.4", "ethjsonrpc>=0.3.0"],
"ethereum": ["rlp>=1.1.0", "web3>=4.8"],
},
python_requires=">=3.5",
include_package_data=True,