Correctly configure auth

This commit is contained in:
Stefan Bethke 2025-05-24 13:01:41 +02:00
commit b437959230
9 changed files with 225 additions and 190 deletions

View file

@ -11,7 +11,9 @@ requires-python = ">=3.13,<4.0"
dependencies = [
"bottle-websocket (>=0.2.9,<0.3.0)",
"bottleoidc (>=21.8.30,<22.0.0)",
"python-keycloak (>=5.5.0,<6.0.0)"
"python-keycloak (>=5.5.0,<6.0.0)",
"bottle-log (>=1.0.0,<2.0.0)",
"jinja2 (>=3.1.6,<4.0.0)"
]