Trezor: bump version requirement to 0.10.1
because 0.9 doesn't work anyway due to the hidapi extra, and there's no point of supporting 0.10.0 that doesn't have state handling
This commit is contained in:
@@ -11,7 +11,7 @@ setup(
|
||||
scripts=['trezor_agent.py'],
|
||||
install_requires=[
|
||||
'libagent>=0.11.2',
|
||||
'trezor[hidapi]>=0.9.0'
|
||||
'trezor[hidapi]>=0.10.1'
|
||||
],
|
||||
platforms=['POSIX'],
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user