3
0
Fork 0

feat: add basic support for batch execution

no execution options yet, and no progress indicator

also basic delete support, invoking handler
This commit is contained in:
Lance Edgar 2024-12-14 20:42:57 -06:00
parent e3beb9953d
commit dd1fd8c0ce
9 changed files with 404 additions and 11 deletions

View file

@ -32,6 +32,7 @@ requires-python = ">= 3.8"
dependencies = [
"ColanderAlchemy",
"humanize",
"markdown",
"paginate",
"paginate_sqlalchemy",
"pyramid>=2",