Add station departure display

This commit is contained in:
Stefan Bethke 2025-06-02 17:45:43 +02:00
commit 56695e7874
13 changed files with 457 additions and 88 deletions

View file

@ -15,7 +15,9 @@ dependencies = [
"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)"
"jinja2 (>=3.1.6,<4.0.0)",
"deutschebahn (>=1.4.0,<2.0.0)",
"pytz (>=2025.2,<2026.0)"
]