From a9c4eb97a3278b3c8036df768602dc4245a0cd88 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Fri, 28 Apr 2017 09:06:59 +0200 Subject: [PATCH] add patched daphne to requirements.txt for now --- src/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/requirements.txt b/src/requirements.txt index 2f3678e3..69e8bab0 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -10,6 +10,8 @@ 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 defusedxml==0.4.1 django-allauth==0.30.0 django-bleach==0.3.0