Force rssmin to be installed without C extensions

This commit is contained in:
Daniel Roy Greenfeld 2016-08-16 15:31:59 -07:00 committed by GitHub
parent f1f499ddd3
commit 87bb085550

View File

@ -55,6 +55,7 @@ celery==3.1.23
{% endif %} {% endif %}
{% if cookiecutter.use_compressor == "y" %} {% if cookiecutter.use_compressor == "y" %}
rcssmin==1.0.6 --install-option="--without-c-extensions"
django-compressor==2.1 django-compressor==2.1
{% endif %} {% endif %}