build: limit django-ckeditor to <4.5.3

This commit is contained in:
Frédéric Péters 2015-09-07 09:53:44 +02:00
parent b2a58843ac
commit 3c729fe58c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Django>=1.7
gadjo
django-select2
django-ckeditor
django-ckeditor<4.5.3
django-haystack
django-reversion

View File

@ -100,7 +100,7 @@ setup(
install_requires=['django>=1.7',
'gadjo',
'django-select2',
'django-ckeditor',
'django-ckeditor<4.5.3',
'django-haystack',
'django-reversion',
],