hmdooris/pyproject.toml
2025-05-21 14:44:29 +02:00

23 lines
543 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.13,<4.0"
dependencies = [
"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)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"