1
0
Fork 0
forked from github/pelican

Add tzdata requirement on Windows

This commit is contained in:
MinchinWeb 2023-11-13 12:18:41 -07:00
commit 1d0fd456e8

View file

@ -40,6 +40,7 @@ dependencies = [
"unidecode>=1.3.7",
"backports-zoneinfo>=0.2.1; python_version < \"3.9\"",
"watchfiles>=0.21.0",
"tzdata; sys_platform == 'win32'",
]
[project.optional-dependencies]