From 9513a903a370ab5bf831e0ee133d12bf9ef3a4c6 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Fri, 28 Apr 2017 09:21:00 +0200 Subject: [PATCH] specify daphne before channels to make it use the specified version as dependency --- src/requirements.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 69e8bab0..5c860590 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,11 +7,14 @@ argparse==1.2.1 asgi-redis==1.3.0 asyncio==3.4.3 bleach==1.5.0 -#fix https://github.com/django/channels/issues/622 -#channels==1.1.3 -git+https://github.com/tykling/channels@master + # fix https://github.com/django/daphne/pull/107 git+https://github.com/tykling/daphne@ws-x-forwarded-for-bugfix + +# fix https://github.com/django/channels/issues/622 +#channels==1.1.3 +git+https://github.com/tykling/channels@master + defusedxml==0.4.1 django-allauth==0.30.0 django-bleach==0.3.0