From f7c0922f9ddcdee33df3783a97d8c7978dae8210 Mon Sep 17 00:00:00 2001 From: tierno Date: Thu, 23 Aug 2018 10:31:02 +0000 Subject: [PATCH] adding paramiko as required package Signed-off-by: tierno --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a4cceb1..1450a15 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup( 'pyyaml>=3.0,<4.0', 'theblues>=0.3.8,<1.0', 'websockets>=4.0,<5.0', + 'paramiko', ], include_package_data=True, maintainer='', -- 2.17.1