setup: fix protobuf dependency to allow 2.6.1+

protobuf 3.0+ is needed for Python 3 support.
nistp521
Roman Zeyde 8 years ago
parent f0ea568bb8
commit 6975671cc1

@ -10,7 +10,7 @@ setup(
url='http://github.com/romanz/trezor-agent',
packages=['trezor_agent', 'trezor_agent.gpg'],
scripts=['trezor_agent/gpg/trezor-git-gpg-wrapper.sh'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'protobuf>=3.0.0b2.post2', 'trezor>=0.6.12', 'semver>=2.2'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'protobuf>=2.6.1', 'trezor>=0.6.12', 'semver>=2.2'],
platforms=['POSIX'],
classifiers=[
'Environment :: Console',

Loading…
Cancel
Save