Helpers for writing Ops Framework OpenStack Charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Lint and unit test requirements |
|
flake8 |
|
stestr>=2.2.0 |
|
mock>=1.2 |
|
coverage>=3.6 |
|
# Install netifaces as its a horrible charmhelpers lazy import |
|
netifaces |
|
psutil |
|
charmhelpers |
|
git+https://github.com/canonical/operator.git#egg=ops
|
|
|