Skip to content

Commit 71f4164

Browse files
committed
Add windows tzdata dependency as system does not have tz info
1 parent 79dae7a commit 71f4164

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
"babel>=2.7.0",
3636
"gitpython>=3.1.44",
3737
"mkdocs>=1.0",
38+
"tzdata>=2023.3; sys_platform == 'win32'",
3839
]
3940

4041
[project.urls]

uv.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)