ref #5: [feat] add docker impl
This commit is contained in:
parent
3448266c1d
commit
87c789b7fe
6 changed files with 316 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ description = ""
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"docker>=7.1.0",
|
||||
"fastapi>=0.116.1",
|
||||
"opentelemetry-api>=1.31.1",
|
||||
"opentelemetry-exporter-otlp-proto-http>=1.31.1",
|
||||
|
|
@ -21,6 +22,7 @@ dev = [
|
|||
"mypy>=1.18.2",
|
||||
"pytest>=8.4.2",
|
||||
"ruff>=0.13.1",
|
||||
"types-docker>=7.1.0.20260402",
|
||||
"types-pyyaml>=6.0.12.20250915",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue