Allow SSH agent to daemonize when invoked with -d flag

This change adds the support for "eval `trezor-agent -d`" invocation.
This commit is contained in:
Roman Zeyde
2018-02-15 15:10:34 +02:00
parent cac889ff7d
commit 4a12bfa0b7
2 changed files with 35 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ setup(
install_requires=[
'backports.shutil_which>=3.5.1',
'ConfigArgParse>=0.12.0',
'python-daemon>=2.1.2',
'ecdsa>=0.13',
'ed25519>=1.4',
'pymsgbox>=1.0.6',