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:
matejcik
2018-12-10 16:08:59 +01:00
parent b30e6a8408
commit a30cab1156

View File

@@ -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=[