| commit | 4a8ed1ccd4a3e2e441cc810685bdcdcfdcedc38b | [log] [tgz] |
|---|---|---|
| author | David Garcia <david.garcia@canonical.com> | Tue Sep 29 19:48:13 2020 +0200 |
| committer | beierlm <mark.beierl@canonical.com> | Thu Oct 01 19:59:32 2020 +0200 |
| tree | a5d30f9456a519961dbc087dcbc03a7606dfffb6 | |
| parent | aded5838d4c4b23e4355c091913520184b90dbb5 [diff] [blame] |
Fix bug 1216: Remove machines only for native charms Updates revision of Python libjuju to 2.8.4 Change-Id: I3f41eead305349eba5d404f5f3d61d33f0536aca Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/setup.py b/setup.py index 0c874f1..b102779 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', 'paramiko', 'pyasn1>=0.4.4', 'kubernetes==10.0.1'