Use types-python-dateutil

This commit is contained in:
Simon Willison 2021-08-01 14:09:59 -07:00
commit dfed7ad18a

View file

@ -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="""