diff --git a/pyproject.toml b/pyproject.toml index 45e50c8..63b4126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,8 @@ dependencies = [ "regex", "aiohttp", "paramiko", - "tomli-w" + "tomli-w", + "jellyfish" ] [build-system]