| commit | f20c67493ee09a4736577843e63e98cc3097191a | [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 Jun 09 08:48:24 2020 +0200 |
| tree | 9eed7231bcbd76c1ef3f5259ad7a6344ce071b75 | |
| parent | af6812a8ae52cb5b2235c2266779e78784c1f697 [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', ],