3
0
Fork 0

feat: add basic support for running in ASGI context

This commit is contained in:
Lance Edgar 2024-12-18 15:09:16 -06:00
parent b6d5ffa8ce
commit a132253cb1
3 changed files with 44 additions and 0 deletions

View file

@ -30,6 +30,7 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"asgiref",
"ColanderAlchemy",
"humanize",
"markdown",