diff --git a/setup.py b/setup.py index 2c352b4..0c6954c 100644 --- a/setup.py +++ b/setup.py @@ -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',