initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[project]
|
||||
name = "goodwe-mqtt"
|
||||
version = "0.1"
|
||||
requires-python = "==3.12.*"
|
||||
dependencies = [
|
||||
"dotenv>=0.9.9",
|
||||
"structlog>=25.5.0",
|
||||
"uvicorn>=0.40.0",
|
||||
"goodwe>=0.4.8",
|
||||
"paho-mqtt>=2.1.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.19.1",
|
||||
"pre-commit>=4.5.1",
|
||||
"ruff>=0.14.10",
|
||||
]
|
||||
Reference in New Issue
Block a user