hmdooris/pyproject.toml
Stefan Bethke afa8e93495
All checks were successful
docker-image / docker (push) Successful in 9m56s
Fix Dockerfile and Python version
2025-05-24 14:21:28 +02:00

22 lines
519 B
TOML

[project]
name = "hmdooris"
version = "0.1.0"
description = ""
authors = [
{name = "Stefan Bethke",email = "stb@lassitu.de"}
]
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.10,<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)",
"bottle-log (>=1.0.0,<2.0.0)",
"jinja2 (>=3.1.6,<4.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"