change dependency to protobuf>=3.0.0

This commit is contained in:
Pavol Rusnak 2017-07-10 14:41:56 +02:00
parent e6acf90f2b
commit 2d643031ac
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ecdsa>=0.9
protobuf>=3.1.0
protobuf>=3.0.0
mnemonic>=0.17
hidapi>=0.7.99.post20
requests>=2.4.0

View File

@ -3,7 +3,7 @@ from setuptools import setup
install_requires = [
'ecdsa>=0.9',
'protobuf>=3.1.0',
'protobuf>=3.0.0',
'mnemonic>=0.17',
'setuptools>=19.0',
'requests>=2.4.0',