Getting started
This commit is contained in:
parent
df4525672d
commit
9565ba3596
19 changed files with 2829 additions and 717 deletions
|
@ -7,9 +7,14 @@ authors = [
|
|||
]
|
||||
license = {text = "Apache-2.0"}
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.13,<4.0"
|
||||
dependencies = [
|
||||
"hahomematic (>=2025.5.0,<2026.0.0)"
|
||||
"bottle (>=0.13.3,<0.14.0)",
|
||||
"bottleoidc (>=21.8.30,<22.0.0)",
|
||||
"python-keycloak (>=5.5.0,<6.0.0)",
|
||||
"jinja2 (>=3.1.6,<4.0.0)",
|
||||
"requests (>=2.32.3,<3.0.0)",
|
||||
"waitress (>=3.0.2,<4.0.0)"
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue