Remove dependency on vendored libjuju
This patch removes the dependency on the embedded version of libjuju,
instead relying on the upstream library.
Change-Id: I88bd762006e5a182eaea74b5eba636ad03d524b0
Signed-off-by: Adam Israel <adam.israel@canonical.com>
diff --git a/setup.py b/setup.py
index 2111150..1eb3f69 100644
--- a/setup.py
+++ b/setup.py
@@ -21,11 +21,7 @@
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
- 'macaroonbakery>=1.1,<2.0',
- 'pyRFC3339>=1.0,<2.0',
- 'pyyaml>=3.0,<4.0',
- 'theblues>=0.3.8,<1.0',
- 'websockets>=7.0,<8.0',
+ 'juju',
'paramiko',
'pyasn1>=0.4.4',
],