trezor: bump library requirement

This commit is contained in:
matejcik 2019-10-10 17:36:36 +02:00
parent 3fc70bd97a
commit da41e4c289
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
trezor[hidapi]>=0.11.0
trezor[hidapi]>=0.11.5
safet[hidapi]>=0.1.0
keepkey>=6.0.3
btchip-python>=0.1.26

View file

@ -112,7 +112,7 @@ class TrezorPlugin(HW_PluginBase):
libraries_URL = 'https://github.com/trezor/python-trezor'
minimum_firmware = (1, 5, 2)
keystore_class = TrezorKeyStore
minimum_library = (0, 11, 0)
minimum_library = (0, 11, 5)
maximum_library = (0, 12)
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
DEVICE_IDS = (TREZOR_PRODUCT_KEY,)