diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 234cb18..333f209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "sentry-sdk==2.25.1", "tabulate[widechars]==0.9.0", "wand==0.6.13", + "asyncssh==2.20.0", ] name = "king-arthur" version = "1.0.0" |