3
0
Fork 0

feat: add wuttaweb.db module, with Session

This commit is contained in:
Lance Edgar 2024-08-04 15:34:23 -05:00
parent 3b6b317377
commit 0604651be5
5 changed files with 83 additions and 3 deletions

View file

@ -36,6 +36,7 @@ dependencies = [
"waitress",
"WebHelpers2",
"WuttJamaican[db]>=0.7.0",
"zope.sqlalchemy>=1.5",
]