X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=b102779b873e8190c23ed630135bdda51c829a49;hp=0c874f1a0bb1ef86d22f715d6f6ed79f8f7df43e;hb=6e17ec48f913adc0a318b4910beafdac358eedaf;hpb=aded5838d4c4b23e4355c091913520184b90dbb5 diff --git a/setup.py b/setup.py index 0c874f1..b102779 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'juju==2.8.2', + 'juju==2.8.4', 'paramiko', 'pyasn1>=0.4.4', 'kubernetes==10.0.1'