Files
bahnhofstafel-puller/pyproject.toml
2025-08-22 23:49:53 +02:00

13 lines
262 B
TOML

[project]
name = "bahnhofstafel-puller"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cachetools>=6.1.0",
"datetime>=5.5",
"requests>=2.32.5",
"xmltodict>=0.14.2",
]