adding paramiko as required package

Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py
index a4cceb1..1450a15 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@
         'pyyaml>=3.0,<4.0',
         'theblues>=0.3.8,<1.0',
         'websockets>=4.0,<5.0',
+        'paramiko',
     ],
     include_package_data=True,
     maintainer='',