26 lines
646 B
TOML
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"
|