Merge pull request #9 from living-ip/codex/teleo-ci-pyyaml-20260622
Declare PyYAML dependency for CI
This commit is contained in:
commit
988e8581d6
2 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ description = "Teleo Pipeline v2 — async daemon for claim extraction, validati
|
|||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"aiohttp>=3.9,<4",
|
||||
"PyYAML>=6,<7",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ No deal terms, no dollar amounts, no private investment details in approval requ
|
|||
Epimetheus owns this module.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
# ruff: noqa: I001
|
||||
|
||||
import logging
|
||||
|
|
|
|||
Loading…
Reference in a new issue