mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +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",
|
||||
"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__"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue