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:
keithjeb 2019-03-03 19:35:17 +01:00 committed by GitHub
parent aea5c807f6
commit c3bbe2b7ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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