This commit is contained in:
Björn Stormwall
2026-06-06 18:42:30 +02:00
commit 108d154b3d
15 changed files with 1203 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[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 = ["."]