add uvicorn, django-simple-task and django-background-tasks

This commit is contained in:
meeb
2020-11-29 17:38:23 +11:00
parent b0893c80f1
commit 7d88faa21a
5 changed files with 77 additions and 3 deletions

View File

@@ -15,6 +15,10 @@ gunicorn = "*"
django-compressor = "*"
httptools = "*"
youtube-dl = "*"
django-background-tasks = "*"
uvicorn = "*"
uvloop = "*"
django-simple-task = "*"
[requires]
python_version = "3"