X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=f7936fcb6bb5de53a832e79a1dda39899611a147;hp=6c8d361602cb1eb64be3edbb491622e5313622aa;hb=5d79939ab780d4717fe36bfd62f398b922f84829;hpb=2d413435b8530cf7b2c8e49cf8cf157679e72432 diff --git a/setup.py b/setup.py index 6c8d361..f7936fc 100644 --- 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.1', 'paramiko', 'pyasn1>=0.4.4', + 'kubernetes==10.0.1' ], include_package_data=True, maintainer='Adam Israel',