mirror of
https://github.com/romanz/amodem.git
synced 2026-05-09 21:13:04 +08:00
setup: remove unused dependency
This commit is contained in:
2
setup.py
2
setup.py
@@ -10,7 +10,7 @@ setup(
|
|||||||
license='MIT',
|
license='MIT',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
packages=['sshagent', 'sshagent.trezor'],
|
packages=['sshagent', 'sshagent.trezor'],
|
||||||
install_requires=['ecdsa', 'trezor', 'bitcoin'],
|
install_requires=['ecdsa', 'trezor'],
|
||||||
platforms=['POSIX'],
|
platforms=['POSIX'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|||||||
Reference in New Issue
Block a user