This commit is contained in:
2025-09-23 20:13:51 +05:00
commit 234525435d
21 changed files with 25832 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
]