From 0e56281d062ac4aa0afbabb60242fcff903ececd Mon Sep 17 00:00:00 2001 From: William T Clarke Date: Tue, 10 Jan 2023 11:24:58 +0000 Subject: [PATCH] Add pyyaml to build dependecies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c6a165..18a97a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools", "versioneer"] +requires = ["setuptools", "versioneer", "pyyaml"] build-backend = "setuptools.build_meta"