krz/yoshi-cli

A password manager for the command line.

clone: git clone https://gitbay.org/krz/yoshi-cli.git

fd957ba8f50e107feffdc61f1780e16da5732dd6

signed_unknown_key

author: Christian Cleberg <156287552+ccleberg@users.noreply.github.com> · 2024-11-07T15:41:26Z
committer: <noreply@github.com>

add dependencies to pyproject.toml
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index db6182d..bb49136 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,6 +12,10 @@ classifiers = [
     "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
     "Operating System :: OS Independent",
 ]
+dependencies = [
+    "cryptography",
+    "prettytable",
+]
 
 [project.urls]
 Homepage = "https://github.com/ccleberg/yoshi"