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:
parent
e3beb9953d
commit
dd1fd8c0ce
9 changed files with 404 additions and 11 deletions
|
@ -32,6 +32,7 @@ requires-python = ">= 3.8"
|
|||
dependencies = [
|
||||
"ColanderAlchemy",
|
||||
"humanize",
|
||||
"markdown",
|
||||
"paginate",
|
||||
"paginate_sqlalchemy",
|
||||
"pyramid>=2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue