Files
esc/pyproject.toml
T
2026-06-06 18:42:30 +02:00

16 lines
243 B
TOML

[project]
name = "easee-solar-charging"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = [
"pytest>=8.0",
"freezegun>=1.4",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]