Add tzdata dependency

This commit is contained in:
besendorf
2025-10-05 13:26:20 +02:00
committed by GitHub
parent b8a42eaf8f
commit ad6d6b21b7

View File

@@ -35,6 +35,7 @@ dependencies = [
"pydantic-settings==2.10.1",
"NSKeyedUnArchiver==1.5.2",
"python-dateutil==2.9.0.post0",
"tz-data==2025.2",
]
requires-python = ">= 3.10"