stub service

This commit is contained in:
Alex Tau 2025-04-28 20:04:04 +03:00
parent 19984b43f4
commit f158bc3778
6 changed files with 92 additions and 52 deletions

View file

@ -5,7 +5,7 @@ description = "Monitoring software for the lego server"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
#"urllib3>=2.2.3",
"alt-utils>=0.0.6",
]
[project.scripts]
@ -14,8 +14,3 @@ service = "lego_monitoring:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
#"ruff>=0.6.7",
]