gpg: allow setting passphrase from environment variable

as done by TREZOR's client library
This commit is contained in:
Roman Zeyde
2018-02-20 09:59:15 +02:00
parent 34ce1005fd
commit 7803026f61
2 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ setup(
'python-daemon>=2.1.2',
'ecdsa>=0.13',
'ed25519>=1.4',
'mnemonic>=0.18',
'pymsgbox>=1.0.6',
'semver>=2.2',
'unidecode>=0.4.20',