misc: restore django-ckeditor limits

This commit is contained in:
Frédéric Péters 2018-11-14 18:28:12 +01:00
parent a7aed0db5a
commit a9952f0ee3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Django>=1.8, <1.12
django-ckeditor<5
django-ckeditor<4.5.3
gadjo
feedparser
django-jsonfield

View File

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