mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-29 04:14:32 +02:00
Link API docs to GitHub source code, refs #464
This commit is contained in:
parent
271433fdd1
commit
45e24deffe
2 changed files with 26 additions and 2 deletions
8
setup.py
8
setup.py
|
|
@ -32,7 +32,13 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
"test": ["pytest", "black", "hypothesis", "cogapp"],
|
||||
"docs": ["furo", "sphinx-autobuild", "codespell", "sphinx-copybutton"],
|
||||
"docs": [
|
||||
"furo",
|
||||
"sphinx-autobuild",
|
||||
"codespell",
|
||||
"sphinx-copybutton",
|
||||
"beanbag-docutils @ https://github.com/simonw/beanbag-docutils/archive/refs/heads/bytes-in-url.zip",
|
||||
],
|
||||
"mypy": [
|
||||
"mypy",
|
||||
"types-click",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue