fix: install timezone data on Windows

This commit is contained in:
chengyongru
2026-07-14 17:30:16 +08:00
committed by chengyongru
parent 297a9e5939
commit 1a1e666625
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ dependencies = [
"pyyaml>=6.0,<7.0.0",
"filelock>=3.25.2",
"packaging>=24.0",
"tzdata>=2025.2; sys_platform == 'win32'",
"defusedxml>=0.7.1,<1.0.0",
"pypdf>=5.0.0,<6.0.0",
"python-docx>=1.1.0,<2.0.0",