mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04:32 +02:00
@db.register_function(..., replace=True), closes #199
This commit is contained in:
parent
7c22a64fb6
commit
27b67f1cae
4 changed files with 38 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue