X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=96593bad6aecd599b9cedf9efe43852d7d36437b;hp=6c8d361602cb1eb64be3edbb491622e5313622aa;hb=b8ba1af7b8fb360df043b0aec74afc928fbd363a;hpb=28d7516c6d339990617d1e8e26007a443b5c7c5c diff --git a/setup.py b/setup.py index 6c8d361..96593ba 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'juju', + 'juju==2.8.1', 'paramiko', 'pyasn1>=0.4.4', ],