Merge pull request #295 from ajkavanagh/unpin-juju-lt-280

Unpin juju (libjuju) from < 2.8
This commit is contained in:
Chris MacNaughton
2020-05-28 11:55:52 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
aiounittest
async_generator
boto3
juju<2.8.0
juju
juju_wait
PyYAML<=4.2,>=3.0
flake8>=2.2.4
+1 -1
View File
@@ -31,7 +31,7 @@ install_require = [
'cryptography',
'hvac<0.7.0',
'jinja2',
'juju<2.8.0',
'juju',
'juju-wait',
'lxml',
'PyYAML',