Merge pull request #270 from ajkavanagh/pin-juju-lt-2-8-0

libjuju-2.8 breaks with juju 2.7.6 and 2.8.0 - pinning
This commit is contained in:
Chris MacNaughton
2020-05-13 14:01:57 +02:00
committed by GitHub
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',