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

This commit is contained in:
Frédéric Péters 2020-04-01 16:37:40 +02:00
parent ab69f1e734
commit 889dd552d2
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ setup(
'Programming Language :: Python :: 2',
],
install_requires=['django>1.7, <1.12',
'django-ckeditor<4.5.3',
'django-ckeditor<4.5.4',
'djangorestframework>=3.3,<3.7',
'html2text',
'gadjo',