mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Make codespell a docs dependency
This commit is contained in:
parent
e459787a14
commit
532170fc60
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -65,7 +65,7 @@ setup(
|
|||
""",
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
|
||||
"test": [
|
||||
"pytest>=5.2.2,<6.3.0",
|
||||
"pytest-xdist>=2.2.1,<2.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue