From 7097d1aed6347273b755531ce233d0e8ceede13b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 5 May 2016 20:33:49 +0200 Subject: [PATCH] update setup.py to also accept protobuf 3.x --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e43048..daf6e42 100755 --- a/setup.py +++ b/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=[