mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-09 20:31:10 +00:00
21 lines
377 B
TOML
21 lines
377 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 = [
|
|
#"urllib3>=2.2.3",
|
|
]
|
|
|
|
[project.scripts]
|
|
service = "lego_monitoring:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
#"ruff>=0.6.7",
|
|
]
|