Skip to content

Commit

Permalink
Merge pull request #3246 from MinchinWeb/tz-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Nov 15, 2023
2 parents f510b4b + 6fd2c0d commit a1d475f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

* Ensure ``tzdata`` dependency is installed on Windows
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Pygments==2.14.0
pytest
pytest-cov
pytest-xdist[psutil]
tzdata

# Optional Packages
Markdown==3.5.1
Expand Down

0 comments on commit a1d475f

Please sign in to comment.