Bump dependency to latest trezorlib

This commit is contained in:
Roman Zeyde
2021-03-08 15:30:33 +02:00
parent a9117c965c
commit 47c827519e

View File

@@ -11,7 +11,7 @@ setup(
scripts=['trezor_agent.py'],
install_requires=[
'libagent>=0.14.0',
'trezor[hidapi]>=0.12.0,<0.13'
'trezor[hidapi]>=0.13'
],
platforms=['POSIX'],
classifiers=[