mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3246 from MinchinWeb/tz-windows
This commit is contained in:
commit
a1d475fb22
3 changed files with 4 additions and 1 deletions
3
RELEASE.md
Normal file
3
RELEASE.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
Release type: patch
|
||||||
|
|
||||||
|
* Ensure ``tzdata`` dependency is installed on Windows
|
||||||
|
|
@ -40,6 +40,7 @@ dependencies = [
|
||||||
"unidecode>=1.3.7",
|
"unidecode>=1.3.7",
|
||||||
"backports-zoneinfo>=0.2.1; python_version < \"3.9\"",
|
"backports-zoneinfo>=0.2.1; python_version < \"3.9\"",
|
||||||
"watchfiles>=0.21.0",
|
"watchfiles>=0.21.0",
|
||||||
|
"tzdata; sys_platform == 'win32'",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ Pygments==2.14.0
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist[psutil]
|
pytest-xdist[psutil]
|
||||||
tzdata
|
|
||||||
|
|
||||||
# Optional Packages
|
# Optional Packages
|
||||||
Markdown==3.5.1
|
Markdown==3.5.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue