Implement xlsx parsing

This commit is contained in:
Chlupaty
2026-03-11 20:56:07 +01:00
committed by Chlupatý Kokotko
parent e5c31ee0a3
commit 47a41828c6
2 changed files with 125 additions and 0 deletions

View File

@@ -9,8 +9,13 @@ description = "Scan tickets and decide"
requires-python = ">=3.12"
dependencies = [
"pillow==12.1.1",
<<<<<<< HEAD
"pydantic==2.12.5",
"pandas==3.0.1"
=======
"openpyxl>=3.1.0",
"pydantic==2.12.5"
>>>>>>> ec872d0 (Implement xlsx parsing)
]
[project.optional-dependencies]