| commit | f7c0922f9ddcdee33df3783a97d8c7978dae8210 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Aug 23 10:31:02 2018 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Aug 23 10:31:02 2018 +0000 |
| tree | b42c9723340bd3e134fb09aab5c498773c96e4c3 | |
| parent | b09436613925b2eb334c10f219b743868e4b3fe5 [diff] [blame] |
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='',