feat: add basic support for running in ASGI context
This commit is contained in:
parent
b6d5ffa8ce
commit
a132253cb1
3 changed files with 44 additions and 0 deletions
|
@ -30,6 +30,7 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"asgiref",
|
||||
"ColanderAlchemy",
|
||||
"humanize",
|
||||
"markdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue