Skip to content

Commit b5ef6ae

Browse files
author
MarcoGorelli
committed
require tzdata on windows
1 parent 4096733 commit b5ef6ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ dependencies = [
2727
"numpy>=1.21.0; python_version>='3.10'",
2828
"numpy>=1.23.2; python_version>='3.11'",
2929
"python-dateutil>=2.8.2",
30-
"pytz>=2020.1"
30+
"pytz>=2020.1",
31+
"tzdata; platform_system=='Windows'"
3132
]
3233
classifiers = [
3334
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)