Add missing PyYAML package

This commit is contained in:
Cyber MacGeddon 2026-04-15 15:36:50 +01:00
parent 2bf4af294e
commit 5d2d9c63ea

View file

@ -15,6 +15,7 @@ dependencies = [
"requests", "requests",
"python-logging-loki", "python-logging-loki",
"pika", "pika",
"pyyaml",
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
@ -34,4 +35,4 @@ include = ["trustgraph*"]
"trustgraph.i18n.packs" = ["*.json"] "trustgraph.i18n.packs" = ["*.json"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
version = {attr = "trustgraph.base_version.__version__"} version = {attr = "trustgraph.base_version.__version__"}