support trezorlib 0.12

This commit is contained in:
matejcik
2020-04-09 14:41:56 +02:00
parent 67ef11419a
commit d8bcca3ccb
4 changed files with 28 additions and 16 deletions

View File

@@ -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',