From 5d2d9c63ea6a3dc544cec235c670dc00ce537289 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 15 Apr 2026 15:36:50 +0100 Subject: [PATCH] Add missing PyYAML package --- 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__"}