summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-11-07 09:41:26 -0600
committerGitHub <noreply@github.com>2024-11-07 09:41:26 -0600
commitfd957ba8f50e107feffdc61f1780e16da5732dd6 (patch)
treec86fc1196d41001261a8c90949f7d8a32bb4035d
parent1becd1e31d63a519e66574addf7295c2fcb87fe1 (diff)
downloadyoshi-cli-fd957ba8f50e107feffdc61f1780e16da5732dd6.tar.gz
yoshi-cli-fd957ba8f50e107feffdc61f1780e16da5732dd6.tar.bz2
yoshi-cli-fd957ba8f50e107feffdc61f1780e16da5732dd6.zip
add dependencies to pyproject.toml
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
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"