mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 18:34:32 +02:00
Use types-python-dateutil
This commit is contained in:
parent
53f9088963
commit
dfed7ad18a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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="""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue