Skip to content

Commit a1d475f

Browse files
authored
Merge pull request #3246 from MinchinWeb/tz-windows
2 parents f510b4b + 6fd2c0d commit a1d475f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Release type: patch
2+
3+
* Ensure ``tzdata`` dependency is installed on Windows

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]

requirements/test.pip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Pygments==2.14.0
33
pytest
44
pytest-cov
55
pytest-xdist[psutil]
6-
tzdata
76

87
# Optional Packages
98
Markdown==3.5.1

0 commit comments

Comments
 (0)