3
0
Fork 0

feat: add Users view; improve CRUD master for SQLAlchemy models

This commit is contained in:
Lance Edgar 2024-08-12 21:17:08 -05:00
parent 33589f1cd8
commit eac3b81918
33 changed files with 1510 additions and 253 deletions

View file

@ -30,6 +30,7 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"ColanderAlchemy",
"pyramid>=2",
"pyramid_beaker",
"pyramid_deform",