From 605d3900c0227674534dfb4f284bd01f15b669b4 Mon Sep 17 00:00:00 2001 From: CatDuck <129601174+catduckgnaf@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:58:02 -0400 Subject: [PATCH] Update setup.cfg Add pyyaml-include as a required dependency --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1e8d4eaa..308bb772 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,7 @@ install_requires = mergedeep==1.3.4 mediafile==0.12.0 PyYAML==5.3.1 + pyyaml-include==1.3.1 [options.package_data] * = *.yaml