trezor: bump library requirement
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
trezor[hidapi]>=0.11.0
|
trezor[hidapi]>=0.11.5
|
||||||
safet[hidapi]>=0.1.0
|
safet[hidapi]>=0.1.0
|
||||||
keepkey>=6.0.3
|
keepkey>=6.0.3
|
||||||
btchip-python>=0.1.26
|
btchip-python>=0.1.26
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ class TrezorPlugin(HW_PluginBase):
|
|||||||
libraries_URL = 'https://github.com/trezor/python-trezor'
|
libraries_URL = 'https://github.com/trezor/python-trezor'
|
||||||
minimum_firmware = (1, 5, 2)
|
minimum_firmware = (1, 5, 2)
|
||||||
keystore_class = TrezorKeyStore
|
keystore_class = TrezorKeyStore
|
||||||
minimum_library = (0, 11, 0)
|
minimum_library = (0, 11, 5)
|
||||||
maximum_library = (0, 12)
|
maximum_library = (0, 12)
|
||||||
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
|
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
|
||||||
DEVICE_IDS = (TREZOR_PRODUCT_KEY,)
|
DEVICE_IDS = (TREZOR_PRODUCT_KEY,)
|
||||||
|
|||||||
Reference in New Issue
Block a user