1
0
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:
Pavol Rusnak 2016-05-05 20:33:49 +02:00
parent 0341e6f724
commit 7097d1aed6

View File

@ -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=[