trezor: bump lib version, implement new passphrase-on-device UI

This commit is contained in:
matejcik
2020-03-31 12:22:59 +02:00
parent 3b7299bfde
commit 4cd50dd75a
6 changed files with 103 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ from electrum.i18n import _
fullname = 'Trezor Wallet'
description = _('Provides support for Trezor hardware wallet')
requires = [('trezorlib','github.com/trezor/python-trezor')]
requires = [('trezorlib','pypi.org/project/trezor/')]
registers_keystore = ('hardware', 'trezor', _("Trezor wallet"))
available_for = ['qt', 'cmdline']