mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
support trezorlib 0.12
This commit is contained in:
@@ -11,7 +11,7 @@ setup(
|
||||
scripts=['trezor_agent.py'],
|
||||
install_requires=[
|
||||
'libagent>=0.13.0',
|
||||
'trezor[hidapi]>=0.11.0'
|
||||
'trezor[hidapi]>=0.12.0,<0.13'
|
||||
],
|
||||
platforms=['POSIX'],
|
||||
classifiers=[
|
||||
@@ -22,8 +22,6 @@ setup(
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
|
||||
'Operating System :: POSIX',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
||||
Reference in New Issue
Block a user