specify daphne before channels to make it use the specified version as dependency

This commit is contained in:
Thomas Steen Rasmussen 2017-04-28 09:21:00 +02:00
parent a9c4eb97a3
commit 9513a903a3
1 changed files with 6 additions and 3 deletions

View File

@ -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