From 2f64ffc99dd97ff37397e490a59e4a0c38b3aa62 Mon Sep 17 00:00:00 2001 From: cybermaggedon Date: Wed, 15 Apr 2026 15:37:46 +0100 Subject: [PATCH] Add missing PyYAML package (#811) --- trustgraph-base/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trustgraph-base/pyproject.toml b/trustgraph-base/pyproject.toml index e4a640bd..4f1bce76 100644 --- a/trustgraph-base/pyproject.toml +++ b/trustgraph-base/pyproject.toml @@ -15,6 +15,7 @@ dependencies = [ "requests", "python-logging-loki", "pika", + "pyyaml", ] classifiers = [ "Programming Language :: Python :: 3", @@ -34,4 +35,4 @@ include = ["trustgraph*"] "trustgraph.i18n.packs" = ["*.json"] [tool.setuptools.dynamic] -version = {attr = "trustgraph.base_version.__version__"} \ No newline at end of file +version = {attr = "trustgraph.base_version.__version__"}