mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
pin protobuf dependency to 2.5.0
This commit is contained in:
parent
5e08914a5f
commit
2ceef0f07c
4
setup.py
4
setup.py
@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor',
|
name='trezor',
|
||||||
version='0.5.3',
|
version='0.5.4',
|
||||||
author='Bitcoin TREZOR',
|
author='Bitcoin TREZOR',
|
||||||
author_email='info@bitcointrezor.com',
|
author_email='info@bitcointrezor.com',
|
||||||
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',
|
||||||
@ -27,7 +27,7 @@ setup(
|
|||||||
'trezorlib.types_pb2',
|
'trezorlib.types_pb2',
|
||||||
],
|
],
|
||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
install_requires=['ecdsa>=0.9', 'protobuf', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
install_requires=['ecdsa>=0.9', 'protobuf==2.5.0', 'mnemonic>=0.8', 'hidapi>=0.7.99'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user