update dependencies

This commit is contained in:
jonaswinkler
2021-02-10 14:31:17 +01:00
parent 1bc961f0c0
commit ed84cf26e7
3 changed files with 17 additions and 14 deletions

View File

@@ -52,6 +52,8 @@ channels-redis = "*"
uvicorn = {extras = ["standard"], version = "*"}
concurrent-log-handler = "*"
django-redis = "*"
# uvloop 0.15+ incompatible with python 3.6
uvloop = "~=0.14.0"
[dev-packages]
coveralls = "*"