Avoid hvac 0.7.x series for now as its breaks tests.

This commit is contained in:
James Page
2018-11-12 14:34:10 +00:00
parent b50c7fc014
commit 29944df5d4

View File

@@ -27,7 +27,7 @@ version = "0.0.1.dev1"
install_require = [
'async_generator',
'cryptography',
'hvac',
'hvac<0.7.0',
'jinja2',
'juju',
'juju-wait',