@db.register_function(..., replace=True), closes #199

This commit is contained in:
Simon Willison 2020-11-06 07:53:22 -08:00
commit 27b67f1cae
4 changed files with 38 additions and 2 deletions

View file

@ -22,7 +22,7 @@ setup(
version=VERSION,
license="Apache License, Version 2.0",
packages=find_packages(exclude=["tests", "tests.*"]),
install_requires=["click", "click-default-group", "tabulate"],
install_requires=["sqlite-fts4", "click", "click-default-group", "tabulate"],
setup_requires=["pytest-runner"],
extras_require={
"test": ["pytest", "black", "hypothesis"],