get weekdays

This commit is contained in:
Bernhard Radermacher (imuthes)
2025-08-09 17:39:27 +02:00
parent 38111fd594
commit f92d20dc89
7 changed files with 69 additions and 4 deletions

View File

@@ -5,5 +5,6 @@ description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.116.1",
"python-dateutil>=2.9.0.post0",
"uvicorn>=0.35.0",
]