lego-monitoring/pyproject.toml
2025-05-10 14:58:10 +03:00

18 lines
380 B
TOML

[project]
name = "lego-monitoring"
version = "0.1.0"
description = "Monitoring software for the lego server"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alt-utils>=0.0.7",
"psutil>=7.0.0",
"telethon>=1.40.0",
]
[project.scripts]
lego-monitoring = "lego_monitoring:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"