Checkpoint before ghost pallet cleanup workflow

This commit is contained in:
2026-05-09 12:18:59 +02:00
parent f556b476ff
commit 6ab42a2303
27 changed files with 3947 additions and 973 deletions

View File

@@ -5,6 +5,8 @@ requires-python = ">=3.12"
dependencies = [
"sqlalchemy[asyncio]>=2.0",
"aioodbc>=0.3.3",
"loguru>=0.7",
"tksheet>=7.5",
# "orjson>=3.9" # opzionale: il tuo codice fa fallback su json puro
]