stop
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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
|
||||
Reference in New Issue
Block a user