From dfed7ad18ae318d820e5fa87bd1931a4df5430a1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 1 Aug 2021 14:09:59 -0700 Subject: [PATCH] Use types-python-dateutil --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43e44ad..5009736 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( extras_require={ "test": ["pytest", "black", "hypothesis"], "docs": ["sphinx_rtd_theme", "sphinx-autobuild"], - "mypy": ["mypy", "types-click", "types-tabulate"], + "mypy": ["mypy", "types-click", "types-tabulate", "types-python-dateutil"], "flake8": ["flake8"], }, entry_points="""