mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Added tornado <6.0 as an explicit dependency
Tornado 6 breaks flower 0.9.2. They have fixed their requirements on github but not released to pypi. This is a bodge round it till they do.
This commit is contained in:
parent
aea5c807f6
commit
c3bbe2b7ee
|
@ -13,6 +13,7 @@ redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis
|
|||
celery==4.2.1 # pyup: < 5.0 # https://github.com/celery/celery
|
||||
{%- if cookiecutter.use_docker == 'y' %}
|
||||
flower==0.9.2 # https://github.com/mher/flower
|
||||
tornado>=4.2.0,<6.0.0 #https://github.com/tornadoweb/tornado/tree/stable required as 6.0 breaks flower.
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user