switch to using uvicorn workers and add simple task

This commit is contained in:
meeb
2020-11-24 19:07:10 +11:00
parent a2619bc607
commit bf27c43bbb
6 changed files with 103 additions and 15 deletions

View File

@@ -13,6 +13,10 @@ pillow = "*"
whitenoise = "*"
gunicorn = "*"
django-compressor = "*"
uvicorn = "*"
uvloop = "*"
httptools = "*"
django-simple-task = "*"
[requires]
python_version = "3"