fix 1208: add native charm support for rhel and fix centos support
[osm/N2VC.git] / setup.py
index 7a6b451..7a4fe87 100644 (file)
--- 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'
     ],