mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 11:39:03 +00:00
update setup.py to also accept protobuf 3.x
This commit is contained in:
parent
0341e6f724
commit
7097d1aed6
2
setup.py
2
setup.py
@ -29,7 +29,7 @@ setup(
|
||||
],
|
||||
scripts = ['trezorctl'],
|
||||
test_suite='tests',
|
||||
install_requires=['ecdsa>=0.9', 'protobuf==2.6.1', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
||||
install_requires=['ecdsa>=0.9', 'protobuf>=2.6.1', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user