buba/pyproject.toml
Stefan Bethke c7cc3e7d36
All checks were successful
docker-image / docker (push) Successful in 9m56s
Add station departure display
2025-06-02 17:45:43 +02:00

26 lines
646 B
TOML

[project]
name = "buba"
version = "0.1.0"
description = ""
authors = [
{name = "Stefan Bethke",email = "stb@lassitu.de"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"pyfis (>=1.13.0,<2.0.0)",
"pillow (>=11.2.1,<12.0.0)",
"bottle (>=0.13.3,<0.14.0)",
"bottle-websocket (>=0.2.9,<0.3.0)",
"bottle-log (>=1.0.0,<2.0.0)",
"gevent-websocket (>=0.10.1,<0.11.0)",
"gevent (>=25.5.1,<26.0.0)",
"jinja2 (>=3.1.6,<4.0.0)",
"deutschebahn (>=1.4.0,<2.0.0)",
"pytz (>=2025.2,<2026.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"