Skip to content

Commit 8a3a03a

Browse files
authored
Merge pull request #148 from Guts/packaging/tzdata-only-on-windows
Require tzdata only on Windows
2 parents bbb51df + 3c0feab commit 8a3a03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
GitPython>=3.1,<3.2
66
mkdocs>=1.1,<2
77
pytz==2022.* ; python_version < "3.9"
8-
tzdata==2022.* ; python_version >= "3.9"
8+
tzdata==2022.* ; python_version >= "3.9" and sys_platform == "win32"

0 commit comments

Comments
 (0)