pip can't install django-compressor
dicato opened this issue · 1 comments
dicato commented
pip install -r reqs/dev.txt
fails with the following error:
django-compressor has the version 1.2a2, which does not match the requirement django-compressor==dev (from -r reqs/common.txt (line 3))
Changing django-compressor to 1.2a2 fixes the issue.