gpg: use pymsgbox for PIN entrering UI

This commit is contained in:
Roman Zeyde
2017-10-21 21:16:22 +03:00
parent bab46dae5c
commit 08fef24e39
2 changed files with 6 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ setup(
install_requires=[
'ecdsa>=0.13',
'ed25519>=1.4',
'pymsgbox>=1.0.6',
'semver>=2.2',
'unidecode>=0.4.20',
],