fix: allow config injection for sake of tests

now that wuttaweb sort of expects a db connection on startup
This commit is contained in:
Lance Edgar 2025-07-06 12:49:06 -05:00
parent 36ec626c7f
commit cc31592580
3 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@ classifiers = [
license = {text = "GNU General Public License v3+"}
requires-python = ">= 3.8"
dependencies = [
"WuttaWeb>=0.21.5",
"WuttaWeb>=0.22.0",
]
[project.optional-dependencies]