Реализация транспорта для трейсинга

This commit is contained in:
2026-03-04 12:17:07 +03:00
parent c5a78d80d4
commit 4a0646bb14
6 changed files with 126 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.129.0",
"PyMySQL>=1.1",
"PyYAML>=6.0.3",
"uvicorn>=0.41.0",
]