This commit is contained in:
2026-03-12 01:50:57 +05:00
parent ec82b528a3
commit c33befe7c2
12 changed files with 1553 additions and 69 deletions

View File

@@ -3,7 +3,14 @@ name = "kadastr-17"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.8"
dependencies = [
"openpyxl>=3.1",
"pillow>=10.0",
"pyinstaller>=6.19.0",
]
[project.optional-dependencies]
build = [
"pyinstaller>=6.0",
]