bump django-ckeditor version compatibility (#33250)

This commit is contained in:
Emmanuel Cazenave 2019-05-20 11:04:57 +02:00
parent 2ab28842af
commit 07562beebd
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Django>=1.8, <1.12
django-ckeditor<4.5.3
-e git+http://git.entrouvert.org/debian/django-ckeditor.git#egg=django_ckeditor
gadjo
feedparser
django-jsonfield

View File

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

View File

@ -27,6 +27,7 @@ deps =
django-mellon
py2: quixote<3.0
py2: vobject
git+http://git.entrouvert.org/debian/django-ckeditor.git
commands =
./getlasso.sh
python manage.py compilemessages