diff --git a/setup.py b/setup.py index d28fa82ea..ba9a075bc 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ extras_require = { 'pytest-cov', 'pytest-mock', 'typing-extensions>=4.3,<5', + 'tzdata; sys_platform == "win32"', ], }