mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 21:26:39 +08:00
trezor: update setup.py for latest libagent and trezorlib
This commit is contained in:
@@ -3,15 +3,15 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='trezor_agent',
|
name='trezor_agent',
|
||||||
version='0.9.2',
|
version='0.9.3',
|
||||||
description='Using Trezor as hardware SSH/GPG agent',
|
description='Using Trezor as hardware SSH/GPG agent',
|
||||||
author='Roman Zeyde',
|
author='Roman Zeyde',
|
||||||
author_email='roman.zeyde@gmail.com',
|
author_email='roman.zeyde@gmail.com',
|
||||||
url='http://github.com/romanz/trezor-agent',
|
url='http://github.com/romanz/trezor-agent',
|
||||||
scripts=['trezor_agent.py'],
|
scripts=['trezor_agent.py'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'libagent>=0.9.0',
|
'libagent>=0.11.2',
|
||||||
'trezor>=0.9.0'
|
'trezor[hidapi]>=0.9.0'
|
||||||
],
|
],
|
||||||
platforms=['POSIX'],
|
platforms=['POSIX'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user