setup: allow micro django-ckeditor updates (#41233)

This commit is contained in:
Frédéric Péters 2020-04-01 16:38:19 +02:00
parent aa22e751d7
commit e6065fb410
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ setup(
],
install_requires=['django>=1.8,<1.12',
'gadjo',
'django-ckeditor<=4.5.3',
'django-ckeditor<4.5.4',
'django-haystack<2.8',
'django-reversion>=2.0,<3',
'django-taggit',