feat: begin integrating WuttaWeb as upstream dependency
the bare minimum, just to get the relationship established. mostly it's calling upstream subscriber / event hooks where applicable. this also overhauls the docs config to use furo theme etc.
This commit is contained in:
parent
e531f98079
commit
ce156d6278
6 changed files with 112 additions and 318 deletions
|
@ -59,12 +59,13 @@ dependencies = [
|
|||
"transaction",
|
||||
"waitress",
|
||||
"WebHelpers2",
|
||||
"WuttaWeb",
|
||||
"zope.sqlalchemy>=1.5",
|
||||
]
|
||||
|
||||
|
||||
[project.optional-dependencies]
|
||||
docs = ["Sphinx", "sphinx-rtd-theme"]
|
||||
docs = ["Sphinx", "furo"]
|
||||
tests = ["coverage", "mock", "pytest", "pytest-cov"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue