X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=0c874f1a0bb1ef86d22f715d6f6ed79f8f7df43e;hp=7a6b451e724be2661502a403252e92377d3e61c1;hb=8bfcc14713a71f43f155e3cddec168380134d344;hpb=e8102d9e28e5c502fc66ca842d14e1ad29efbfda diff --git a/setup.py b/setup.py index 7a6b451..0c874f1 100644 --- 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' ],