From 7d83f7d42a0e1a6cfe1e460de4e8820b0774c37b Mon Sep 17 00:00:00 2001 From: James Gilbert Date: Thu, 17 Oct 2024 17:17:56 +0100 Subject: [PATCH] Add pyyaml dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4b58847..11c7cfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ requires-python = ">=3.10" dependencies = [ "click", "pytest", + "pyyaml", "ruff", 'importlib-metadata; python_version>="3.10"', ]