mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Better coverage of sqlite-utils in FTS docs, closes #525
This commit is contained in:
parent
34e292d24d
commit
6341f8cbc7
2 changed files with 26 additions and 10 deletions
4
setup.py
4
setup.py
|
|
@ -56,6 +56,10 @@ setup(
|
|||
""",
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
"docs": [
|
||||
"sphinx_rtd_theme",
|
||||
"sphinx-autobuild",
|
||||
],
|
||||
"test": [
|
||||
"pytest==4.6.1",
|
||||
"pytest-asyncio==0.10.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue