This commit is contained in:
2025-06-19 16:46:23 +05:00
commit d937a1c7ea
7 changed files with 358 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "parser-copp1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"openpyxl>=3.1.5",
"pandas>=2.3.0",
]