Goodwe_reader/pyproject.toml

23 lines
443 B
TOML
Raw Permalink Normal View History

2024-07-16 13:48:21 +00:00
[project]
name = "Goodwe_reader"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Jan Benicek", email = "jan00@benicek.xyz"},
]
dependencies = [
"goodwe>=0.4.8",
"pydantic>=2.8.2",
"pydantic-settings>=2.3.4",
"motor>=3.5.1",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[tool.pdm.scripts]
start = "python src/main.py"