From 8a5a862b3259e5432718e03e474d66a52957bf32 Mon Sep 17 00:00:00 2001 From: Daniel Foerster Date: Sat, 30 Dec 2023 12:26:26 -0600 Subject: [PATCH] Add ruamel.yaml to CQ dependencies (#72) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74ed8ee..a6a23a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ cq = [ "anchovy[all]", "tqdm>=4.65.0", "minify-html>=0.11.1", + "ruamel.yaml>=0.18.5", "pylint", "pyright", "pytest",