Skip to content

Commit 11bbbcc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)