Better coverage of sqlite-utils in FTS docs, closes #525

This commit is contained in:
Simon Willison 2019-06-24 09:28:42 -07:00
commit 6341f8cbc7
2 changed files with 26 additions and 10 deletions

View file

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