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

This commit is contained in:
Frédéric Péters 2020-04-01 16:30:35 +02:00
parent b561b38199
commit 43c8ec28ca
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ setup(
'Programming Language :: Python :: 3',
],
install_requires=['django>=1.11, <1.12',
'django-ckeditor<=4.5.3',
'django-ckeditor<4.5.4',
'gadjo>=0.53',
'feedparser',
'django-jsonfield',