Skip to content

Commit 226c16c

Browse files
committed
On Windows, install timezone database
1 parent 1ae2650 commit 226c16c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ dependencies = [
2626
"ics == 0.8.0.dev0",
2727
"python-dateutil >= 2.8",
2828
"pyyaml >= 6",
29-
"importlib-resources >= 5.2.1"
29+
"importlib-resources >= 5.2.1",
30+
"tzdata; platform_system == 'Windows'"
3031
]
3132

3233
[project.optional-dependencies]

0 commit comments

Comments
 (0)