|
[project]
|
|
name = "zbx-tg-bot"
|
|
version = "2.0.1"
|
|
description = "telegram bot for telegram-zabbix dashboard"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiogram>=3.18.0",
|
|
"aiohttp>=3.11.13",
|
|
"pydantic-settings>=2.8.1",
|
|
"redis>=5.2.1",
|
|
"zabbix-utils>=2.0.2",
|
|
]
|