mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add tzdata requirement on Windows
This commit is contained in:
parent
6cd707a668
commit
1d0fd456e8
1 changed files with 1 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue