trezor: add support for Ed25519 SSH keys

This commit is contained in:
Roman Zeyde
2015-10-23 12:45:32 +03:00
parent 34cecb276a
commit 60571e65dd
10 changed files with 225 additions and 138 deletions

View File

@@ -3,14 +3,14 @@ from setuptools import setup
setup(
name='trezor_agent',
version='0.4.2',
version='0.5.0',
description='Using Trezor as hardware SSH agent',
author='Roman Zeyde',
author_email='roman.zeyde@gmail.com',
license='MIT',
url='http://github.com/romanz/trezor-agent',
packages=['trezor_agent', 'trezor_agent.trezor'],
install_requires=['ecdsa>=0.13', 'trezor>=0.6.6'],
install_requires=['ecdsa>=0.13', 'ed25519>=1.4', 'Cython>=0.23.4', 'trezor>=0.6.6'],
platforms=['POSIX'],
classifiers=[
'Development Status :: 3 - Alpha',