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", "requests",
"python-logging-loki", "python-logging-loki",
"pika", "pika",
"pyyaml",
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",