Re-add endif closing block

This commit is contained in:
sfdye 2018-02-14 00:04:56 +08:00
parent b95c69652c
commit 904bb7f690

View File

@ -51,6 +51,7 @@ redis>=2.10.5
{% if cookiecutter.use_celery == "y" %}
celery==4.1.0 # pyup: <5.0
{% endif %}
{% if cookiecutter.use_compressor == "y" %}
rcssmin==1.0.6 {% if cookiecutter.windows == 'y' %}--install-option="--without-c-extensions"{% endif %}