We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f510b4b + 6fd2c0d commit a1d475fCopy full SHA for a1d475f
RELEASE.md
@@ -0,0 +1,3 @@
1
+Release type: patch
2
+
3
+* Ensure ``tzdata`` dependency is installed on Windows
pyproject.toml
@@ -40,6 +40,7 @@ dependencies = [
40
"unidecode>=1.3.7",
41
"backports-zoneinfo>=0.2.1; python_version < \"3.9\"",
42
"watchfiles>=0.21.0",
43
+ "tzdata; sys_platform == 'win32'",
44
]
45
46
[project.optional-dependencies]
requirements/test.pip
@@ -3,7 +3,6 @@ Pygments==2.14.0
pytest
4
pytest-cov
5
pytest-xdist[psutil]
6
-tzdata
7
8
# Optional Packages
9
Markdown==3.5.1
0 commit comments