mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Force rssmin to be installed without C extensions
This commit is contained in:
parent
f1f499ddd3
commit
87bb085550
|
@ -55,6 +55,7 @@ celery==3.1.23
|
|||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
rcssmin==1.0.6 --install-option="--without-c-extensions"
|
||||
django-compressor==2.1
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user