diff options
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" |