| commit | e78355bb548e8485cf0e6c3fbfb18e4d61211531 | [log] [tgz] |
|---|---|---|
| author | David Garcia <david.garcia@canonical.com> | Tue May 26 17:28:59 2020 +0200 |
| committer | David Garcia <david.garcia@canonical.com> | Tue May 26 17:28:59 2020 +0200 |
| tree | 9eed7231bcbd76c1ef3f5259ad7a6344ce071b75 | |
| parent | f779105077e4b9943092c9f6e51c13dc6f584095 [diff] [blame] |
Pin juju version to 2.8.1 Change-Id: Id40b3eeb698939131faf56fe008be335e6398cef Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/setup.py b/setup.py index 6c8d361..96593ba 100644 --- a/setup.py +++ b/setup.py
@@ -23,7 +23,7 @@ packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'juju', + 'juju==2.8.1', 'paramiko', 'pyasn1>=0.4.4', ],