Implement xlsx parsing
This commit is contained in:
committed by
Chlupatý Kokotko
parent
e5c31ee0a3
commit
47a41828c6
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user