specify daphne before channels to make it use the specified version as dependency
This commit is contained in:
parent
a9c4eb97a3
commit
9513a903a3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue