Closed chris48s closed 6 years ago
On EveryElection (the only project where we're still using the 0.2 theme), we need to use this theme and https://github.com/mysociety/django-pipeline-csscompressor/
Pinning django-pipeline==1.6.9 gives us a dependency conflict with django-pipeline-csscompressor (even though there is no reason to use specifically version 1.6.9). Switching to a range will remove conflict.
django-pipeline==1.6.9
django-pipeline-csscompressor
On EveryElection (the only project where we're still using the 0.2 theme), we need to use this theme and https://github.com/mysociety/django-pipeline-csscompressor/
Pinning
django-pipeline==1.6.9
gives us a dependency conflict withdjango-pipeline-csscompressor
(even though there is no reason to use specifically version 1.6.9). Switching to a range will remove conflict.