From f462d49141f4c9b09e33c03b9674c25e1bfec619 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 11 Aug 2015 20:46:00 +0300 Subject: [PATCH] install bitcoin Python library --- setup.py | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b456217..7662f57 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/tox.ini b/tox.ini index 3e952ac..6b02173 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ deps= pylint six ecdsa + bitcoin commands= pep8 sshagent pylint --report=no --rcfile .pylintrc sshagent