fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Should throw an error if django-compressor version is < 1.3 #6

Open rockymeza opened 10 years ago

rockymeza commented 10 years ago

django-compressor==1.3 introduced the filter feature that django_pyscss.compressor.DjangoScssFilter relies on. We can't just put it in install_requires in the setup.py because some people might want to use django-pyscss without compressor.

rockymeza commented 9 years ago

We should also throw an error if pyscss is too old.