Revert ""Remove unused lines of code""
[osm/N2VC.git] / setup.py
index 7a6b451..0c874f1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@ setup(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
         'juju==2.8.2',
+        'paramiko',
         'pyasn1>=0.4.4',
         'kubernetes==10.0.1'
     ],