Новый модуль trace
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user