bump requirements for protobuf to 3.1.0

This commit is contained in:
Pavol Rusnak 2017-06-18 23:19:15 +02:00
parent de2f9e7c14
commit 65985b30f3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
ecdsa>=0.9
protobuf>=2.6.1
protobuf>=3.1.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>=2.6.1',
'protobuf>=3.1.0',
'mnemonic>=0.17',
'setuptools>=19.0',
'requests>=2.4.0',