This commit is contained in:
2026-04-29 16:14:39 +05:00
commit 02d52b2850
27 changed files with 65576 additions and 0 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "kadastr-nalog"
version = "0.1.0"
description = "Автоматический поиск адресов в ФИАС по кадастровым номерам и скачивание выписок ГАР"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"selenium>=4.40.0",
"webdriver-manager>=4.0.2",
"openpyxl>=3.1.0",
"pdfplumber>=0.11.0",
"requests>=2.31.0",
]
[dependency-groups]
dev = ["pyinstaller>=6.0.0"]
[tool.uv]
package = false