Downgrades and locks channels-redis to 3.4.1 to resolve issues with async_to_sync

This commit is contained in:
Trenton H
2022-10-14 12:47:34 -07:00
parent deaf02780e
commit 0df0deb445
2 changed files with 14 additions and 5 deletions

View File

@@ -44,7 +44,9 @@ tika = "*"
# TODO: This will sadly also install daphne+dependencies,
# which an ASGI server we don't need. Adds about 15MB image size.
channels = "~=3.0"
channels-redis = "*"
# Locked version until https://github.com/django/channels_redis/issues/332
# is resolved
channels-redis = "==3.4.1"
uvicorn = {extras = ["standard"], version = "*"}
concurrent-log-handler = "*"
"pdfminer.six" = "*"