update mnemonic requirement

This commit is contained in:
Pavol Rusnak 2017-02-22 15:04:14 +01:00
parent 71d0c483f8
commit 18bd3e6197
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,4 +1,4 @@
ecdsa>=0.9
protobuf>=2.6.1
mnemonic>=0.16
mnemonic>=0.17
hidapi>=0.7.99

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
install_requires = ['ecdsa>=0.9', 'protobuf>=2.6.1', 'mnemonic>=0.16', 'setuptools>=19.0']
install_requires = ['ecdsa>=0.9', 'protobuf>=2.6.1', 'mnemonic>=0.17', 'setuptools>=19.0']
import sys
if '--disable-hidapi' in sys.argv: