Refactor to use Bottle && implment core functions

This commit is contained in:
Stefan Bethke 2025-05-23 19:35:27 +02:00
commit 00a3f41389
14 changed files with 483 additions and 207 deletions

View file

@ -9,12 +9,9 @@ license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.13,<4.0"
dependencies = [
"bottle (>=0.13.3,<0.14.0)",
"bottle-websocket (>=0.2.9,<0.3.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)"
"python-keycloak (>=5.5.0,<6.0.0)"
]