Tests-Directory: manager/tests/packaging
Restrictions: needs-root
{% if distro.match('fedora') -%}
-Depends: knot-utils, jq, curl
+Depends: knot-utils, jq, curl, procps
{% elif distro.match('debian') or distro.match('ubuntu') -%}
-Depends: knot-dnsutils, jq, curl
+Depends: knot-dnsutils, jq, curl, procps
{% elif distro.match('arch') -%}
Depends: knot, jq, curl
{% elif distro.match('opensuse') -%}
[tool.poetry.dependencies]
python = "^3.6.8"
-aiohttp = "^3.6.12"
+aiohttp = "^3.6"
Jinja2 = "^2.11.3"
PyYAML = "*"
typing-extensions = ">=3.7.2"
prometheus-client = "^0.6"
-supervisor = "^4.2.2"
+supervisor = "^4"
[tool.poetry.dev-dependencies]
pytest-cov = "^2.11.1"