X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=7a4fe87ce8b4b9c86d08359cc9ccf5dcfb3c7397;hp=7a6b451e724be2661502a403252e92377d3e61c1;hb=9a63e8d905b4b98f567acccce745b39919fa6860;hpb=ba6e532cda6464759381585452b18f9fd1a19dd3 diff --git a/setup.py b/setup.py index 7a6b451..7a4fe87 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', 'pyasn1>=0.4.4', 'kubernetes==10.0.1' ],