| commit | 5ef42a14f766aa00a5917845ba1b3e04cc3c15f7 | [log] [tgz] |
|---|---|---|
| author | David Garcia <david.garcia@canonical.com> | Tue Sep 29 19:48:13 2020 +0200 |
| committer | David Garcia <david.garcia@canonical.com> | Wed Oct 21 16:24:02 2020 +0200 |
| tree | 3f0c4072d7307bd40de98ef2c35ba83cb8cd2e10 | |
| parent | 59f520da90fb12b9d9871889dfbc5d57aa14c591 [diff] [blame] |
Fix bug 1216: Force model deletion Change-Id: I3f41eead305349eba5d404f5f3d61d33f0536aca Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/setup.py b/setup.py index 7a6b451..7a4fe87 100644 --- a/setup.py +++ b/setup.py
@@ -23,7 +23,7 @@ packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - 'juju==2.8.2', + 'juju==2.8.4', 'pyasn1>=0.4.4', 'kubernetes==10.0.1' ],