ref #5: [feat] add docker impl

This commit is contained in:
Azamat 2026-04-02 12:55:38 +03:00
parent 3448266c1d
commit 87c789b7fe
6 changed files with 316 additions and 1 deletions

View file

@ -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",
]