gardening-iot/pyproject.toml
2025-08-20 20:42:35 +02:00

17 lines
292 B
TOML

[project]
name = "gardening_iot"
version = "0.1.0"
description = "Garden Automation and Monitoring"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"ruff>=0.6.7",
]