buba/pyproject.toml
2025-06-02 21:54:55 +02:00

27 lines
681 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)",
"icalevents (>=0.2.1,<0.3.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"