Новый модуль trace

This commit is contained in:
2026-03-03 10:41:39 +03:00
parent 1b287a9550
commit 0f984fa42a
13 changed files with 614 additions and 7 deletions

View File

@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "config_manager"
version = "2.2.5"
description = "Фикс таймаута healthy"
version = "2.3.0"
description = "Дoбавлен пакет trace"
authors = [
{ name = "Aleksei Zosimov", email = "lesha.spb@gmail.com" }
]
@@ -15,6 +15,7 @@ dependencies = [
"PyYAML>=6.0",
"fastapi>=0.100.0",
"uvicorn[standard]>=0.22.0",
"PyMySQL>=1.1.0",
]
[project.urls]
@@ -23,4 +24,4 @@ Documentation = "https://git.lesha.spb.ru/alex/config_manager"
Repository = "https://git.lesha.spb.ru/alex/config_manager"
[tool.setuptools.packages.find]
where = ["src"]
where = ["src"]