Support daemonization of GPG agent

This commit is contained in:
Roman Zeyde
2021-10-16 20:58:30 +03:00
parent 37510a2d75
commit 6c2b880b7d
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ setup(
],
install_requires=[
'docutils>=0.14',
'python-daemon>=2.3.0',
'wheel>=0.32.3',
'backports.shutil_which>=3.5.1',
'ConfigArgParse>=0.12.1',