diff --git a/.config/requirements-test.in b/.config/requirements-test.in index e56b9d26..28695545 100644 --- a/.config/requirements-test.in +++ b/.config/requirements-test.in @@ -10,3 +10,4 @@ requests>=2.31.0 ansible-rulebook>=1.0.0 tox>=4.15.1 podman-compose +pyyaml diff --git a/requirements.txt b/requirements.txt index 3d25bbaa..a3c6ee1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ psycopg[binary,pool] # extras needed to avoid install failure on macos-aarch64 systemd-python; sys_platform != 'darwin' watchdog>=5.0.0 # types xxhash +pyyaml