1156 fix path obtained for k8s_helm_conn cluster
[osm/N2VC.git] / setup.py
index 6c8d361..0c874f1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,9 +23,10 @@ setup(
     packages=find_packages(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
-        'juju',
+        'juju==2.8.2',
         'paramiko',
         'pyasn1>=0.4.4',
+        'kubernetes==10.0.1'
     ],
     include_package_data=True,
     maintainer='Adam Israel',