Declare PyYAML dependency for CI
This commit is contained in:
parent
e1f2834c23
commit
e4c0621538
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ description = "Teleo Pipeline v2 — async daemon for claim extraction, validati
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp>=3.9,<4",
|
"aiohttp>=3.9,<4",
|
||||||
|
"PyYAML>=6,<7",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue