build: limit django-ckeditor version to <4.5.3 (#8180)

This commit is contained in:
Frédéric Péters 2015-09-07 09:51:16 +02:00
parent 7c12f10c73
commit d87e3e7792
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Django>=1.7, <1.8
django-ckeditor
django-ckeditor<4.5.3
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo
django-cmsplugin-blurp
django-jsonfield

View File

@ -103,7 +103,7 @@ setup(
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.7, <1.8',
'django-ckeditor',
'django-ckeditor<4.5.3',
'gadjo',
'django-cmsplugin-blurp',
'feedparser',