20 lines
496 B
TOML
20 lines
496 B
TOML
[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
|