Add gantt rendering

This commit is contained in:
Hubert Van De Walle
2026-08-21 12:04:01 +02:00
parent 415871ba6f
commit 2187f1dfc3
4 changed files with 338 additions and 23 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "Query Odoo for an employee's working days in a date range, includ
requires-python = ">=3.11"
dependencies = [
"requests>=2.31",
"rich>=15.0.0",
]
[project.scripts]