libjuju-2.8 breaks with juju 2.7.6 and 2.8.0 - pinning

This is a temporary pin until a fix is provided.
This commit is contained in:
Alex Kavanagh
2020-05-13 11:52:48 +01:00
parent f7a0dd4d32
commit 593254f790
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
aiounittest
async_generator
boto3
juju
juju<2.8.0
juju_wait
PyYAML<=4.2,>=3.0
flake8>=2.2.4

View File

@@ -31,7 +31,7 @@ install_require = [
'cryptography',
'hvac<0.7.0',
'jinja2',
'juju',
'juju<2.8.0',
'juju-wait',
'lxml',
'PyYAML',