DemocracyClub / dc_base_theme

🎨 Democracy Club Base Theme
0 stars 7 forks source link

[v0.2] switch django-pipeline dependency to range #42

Closed chris48s closed 6 years ago

chris48s commented 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.