diff --git a/pyproject.toml b/pyproject.toml index 7e46d9b..fea1ee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,8 @@ dependencies = [ "pyzmq (>=27.1.0,<28.0.0)", "pyyaml (>=6.0.3,<7.0.0)", "click (>=8.1.0,<9.0.0)", - "matplotlib (>=3.8.0,<4.0.0)" + "matplotlib (>=3.8.0,<4.0.0)", + "paramiko (>=4.0.0)" ] # [project.optional-dependencies] Commented out to prevent Tox tests from failing