Skip to content

Commit

Permalink
remove age and signify
Browse files Browse the repository at this point in the history
  • Loading branch information
onlykey committed Mar 21, 2022
1 parent a00392f commit d0ce6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions agents/onlykey/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@
'onlykey-agent = onlykey_agent:ssh_agent',
'onlykey-gpg = onlykey_agent:gpg_tool',
'onlykey-gpg-agent = onlykey_agent:gpg_agent',
'onlykey-signify = onlykey_agent:signify_tool',
'age-plugin-onlykey = onlykey_agent:age_tool', # see https://github.com/str4d/rage/blob/main/age-plugin/README.md
]},
)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
'libagent.ssh',
],
install_requires=[
'docutils>=0.16',
'bech32>=1.2.0',
'cryptography>=3.4.6',
'docutils>=0.14',
'pycryptodome>=3.9.8',
'docutils>=0.16',
'python-daemon>=2.3.0',
'wheel>=0.32.3',
'backports.shutil_which>=3.5.1',
Expand Down

0 comments on commit d0ce6e3

Please sign in to comment.