This commit is contained in:
2026-03-08 13:27:12 +01:00
parent 55a7db2f45
commit aec5dfcacd
3 changed files with 29 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ version = "0.0.1"
description = "Scan tickets and decide"
requires-python = ">=3.12"
dependencies = [
"pillow==12.1.1"
"pillow==12.1.1",
"pydantic==2.12.5"
]
[project.optional-dependencies]