From: David Garcia Date: Tue, 26 May 2020 15:28:59 +0000 (+0200) Subject: Pin juju version to 2.8.1 X-Git-Tag: release-v8.0-start~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=refs%2Fchanges%2F49%2F9049%2F1 Pin juju version to 2.8.1 Change-Id: Id40b3eeb698939131faf56fe008be335e6398cef Signed-off-by: David Garcia --- diff --git a/requirements.txt b/requirements.txt index a71d369..8cd901a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ # limitations under the License. git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common -juju +juju==2.8.1 paramiko pyasn1>=0.4.4 \ No newline at end of file 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', ],