mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
pip install -e .[docs] for docs dependencies
This commit is contained in:
parent
8b11788231
commit
a7befda136
2 changed files with 7 additions and 12 deletions
7
setup.py
7
setup.py
|
|
@ -56,10 +56,7 @@ setup(
|
|||
""",
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
"docs": [
|
||||
"sphinx_rtd_theme",
|
||||
"sphinx-autobuild",
|
||||
],
|
||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
|
||||
"test": [
|
||||
"pytest==4.6.1",
|
||||
"pytest-asyncio==0.10.0",
|
||||
|
|
@ -67,7 +64,7 @@ setup(
|
|||
"beautifulsoup4==4.6.1",
|
||||
"asgiref==3.1.2",
|
||||
]
|
||||
+ maybe_black
|
||||
+ maybe_black,
|
||||
},
|
||||
tests_require=["datasette[test]"],
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue