add patched daphne to requirements.txt for now
This commit is contained in:
parent
2bab46050f
commit
a9c4eb97a3
|
@ -10,6 +10,8 @@ bleach==1.5.0
|
||||||
#fix https://github.com/django/channels/issues/622
|
#fix https://github.com/django/channels/issues/622
|
||||||
#channels==1.1.3
|
#channels==1.1.3
|
||||||
git+https://github.com/tykling/channels@master
|
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
|
defusedxml==0.4.1
|
||||||
django-allauth==0.30.0
|
django-allauth==0.30.0
|
||||||
django-bleach==0.3.0
|
django-bleach==0.3.0
|
||||||
|
|
Loading…
Reference in a new issue