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