Make it work with KeepKey

This commit is contained in:
Kenneth Heutmaker
2016-01-14 13:28:32 -08:00
parent 2009160ff2
commit 5932a89dc5
3 changed files with 39 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ setup(
author_email='roman.zeyde@gmail.com',
url='http://github.com/romanz/trezor-agent',
packages=['trezor_agent', 'trezor_agent.trezor'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6', 'keepkey>=0.7.0'],
platforms=['POSIX'],
classifiers=[
'Development Status :: 4 - Beta',