17 lines
292 B
TOML
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",
|
|
]
|