Add missing PyYAML package (#811)

This commit is contained in:
cybermaggedon 2026-04-15 15:37:46 +01:00 committed by GitHub
parent 2bf4af294e
commit 2f64ffc99d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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__"}
version = {attr = "trustgraph.base_version.__version__"}