update requirement for hidapi to 0.7.99.post20

This commit is contained in:
Pavol Rusnak 2017-03-06 12:02:49 +01:00
parent 4758eb7b07
commit dccc1b08ed
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.17
hidapi>=0.7.99
hidapi>=0.7.99.post20

View File

@ -7,7 +7,7 @@ import sys
if '--disable-hidapi' in sys.argv:
sys.argv.remove('--disable-hidapi')
else:
install_requires.append('hidapi>=0.7.99')
install_requires.append('hidapi>=0.7.99.post20')
setup(
name='trezor',