Skip to content

Commit 1d0fd45

Browse files
committed
Add tzdata requirement on Windows
1 parent 6cd707a commit 1d0fd45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies = [
4040
"unidecode>=1.3.7",
4141
"backports-zoneinfo>=0.2.1; python_version < \"3.9\"",
4242
"watchfiles>=0.21.0",
43+
"tzdata; sys_platform == 'win32'",
4344
]
4445

4546
[project.optional-dependencies]

0 commit comments

Comments
 (0)