mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Add missing PyYAML package (#811)
This commit is contained in:
parent
2bf4af294e
commit
2f64ffc99d
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue