Рефакторинг проекта: разделение на модули, улучшенный интерфейс, обработка Excel
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
[project]
|
||||
name = "kadastr14"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
version = "2.0.0"
|
||||
description = "Парсер кадастровых номеров из XML файлов ЕГРН"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
authors = [
|
||||
{name = "Developer", email = "dev@example.com"}
|
||||
]
|
||||
dependencies = [
|
||||
"lxml>=6.0.0",
|
||||
"openpyxl>=3.1.5",
|
||||
"pandas>=2.3.1",
|
||||
"pathlib2>=2.3.0",
|
||||
]
|
||||
requires-python = ">=3.12"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pyinstaller>=6.15.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user