Merge pull request #3246 from MinchinWeb/tz-windows

This commit is contained in:
Justin Mayer 2023-11-15 18:13:19 +01:00 committed by GitHub
commit a1d475fb22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

3
RELEASE.md Normal file
View file

@ -0,0 +1,3 @@
Release type: patch
* Ensure ``tzdata`` dependency is installed on Windows

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]

View file

@ -3,7 +3,6 @@ Pygments==2.14.0
pytest
pytest-cov
pytest-xdist[psutil]
tzdata
# Optional Packages
Markdown==3.5.1