11 lines
205 B
TOML
11 lines
205 B
TOML
[project]
|
|
name = "ha-poz-timetable"
|
|
version = "0.1.0"
|
|
description = "Poznan ZTM API integration"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"requests",
|
|
"gtfs-realtime-bindings"
|
|
]
|