diff options
| author | Christian Cleberg <[email protected]> | 2024-11-07 09:41:26 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-07 09:41:26 -0600 |
| commit | fd957ba8f50e107feffdc61f1780e16da5732dd6 (patch) | |
| tree | c86fc1196d41001261a8c90949f7d8a32bb4035d /pyproject.toml | |
| parent | 1becd1e31d63a519e66574addf7295c2fcb87fe1 (diff) | |
| download | yoshi-cli-fd957ba8f50e107feffdc61f1780e16da5732dd6.tar.gz yoshi-cli-fd957ba8f50e107feffdc61f1780e16da5732dd6.tar.bz2 yoshi-cli-fd957ba8f50e107feffdc61f1780e16da5732dd6.zip | |
add dependencies to pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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" |
