At the time of writing, when installing Django-CMS with Django version 1.10 using the Django CMS installer, it generates a requirements.txt file that can't be successfully compiled by pip-tools because this plugin still requires Django<1.10 ...
In other words, the Django CMS installer produces a requirements.txt that has requirements that can't actually be met ...
Is there a reason this hasn't been merged yet?
At the time of writing, when installing Django-CMS with Django version 1.10 using the Django CMS installer, it generates a
requirements.txt
file that can't be successfully compiled by pip-tools because this plugin still requiresDjango<1.10
...In other words, the Django CMS installer produces a
requirements.txt
that has requirements that can't actually be met ...