11 lines
275 B
TOML
11 lines
275 B
TOML
[project]
|
||
name = "map-yandex"
|
||
version = "0.1.0"
|
||
description = "Карта колледжей Челябинска с использованием Yandex Maps API"
|
||
readme = "README.md"
|
||
requires-python = ">=3.12"
|
||
dependencies = [
|
||
"requests>=2.31.0",
|
||
"jinja2>=3.1.2",
|
||
]
|