install bitcoin Python library

nistp521
Roman Zeyde 9 years ago
parent cf572c7417
commit f462d49141

@ -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',

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

Loading…
Cancel
Save