install bitcoin Python library

This commit is contained in:
Roman Zeyde
2015-08-11 20:46:00 +03:00
parent cf572c7417
commit f462d49141
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ setup(
license='MIT',
url='http://github.com/romanz/trezor-agent',
packages=['sshagent'],
install_requires=['ecdsa', 'trezor'],
install_requires=['ecdsa', 'trezor', 'bitcoin'],
platforms=['POSIX'],
classifiers=[
'Development Status :: 3 - Alpha',

View File

@@ -10,6 +10,7 @@ deps=
pylint
six
ecdsa
bitcoin
commands=
pep8 sshagent
pylint --report=no --rcfile .pylintrc sshagent