X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup.py;h=7a4fe87ce8b4b9c86d08359cc9ccf5dcfb3c7397;hb=refs%2Ftags%2Fv9.0.0;hp=f7936fcb6bb5de53a832e79a1dda39899611a147;hpb=5d79939ab780d4717fe36bfd62f398b922f84829;p=osm%2FN2VC.git diff --git a/setup.py b/setup.py index f7936fc..7a4fe87 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,7 @@ setup( packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'juju==2.8.1', - 'paramiko', + 'juju==2.8.4', 'pyasn1>=0.4.4', 'kubernetes==10.0.1' ],