bump django-ckeditor version compatibility (#33254)

This commit is contained in:
Emmanuel Cazenave 2019-05-20 11:11:28 +02:00
parent b99e5018c1
commit c124c1d1a3
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Django>=1.7, <1.9
gadjo
django-select2
django-ckeditor<4.5.3
-e git+https://git.entrouvert.org/debian/django-ckeditor.git#egg=django_ckeditor
django-haystack
django-reversion
django-taggit

View File

@ -99,7 +99,7 @@ setup(
],
install_requires=['django>=1.8,<1.12',
'gadjo',
'django-ckeditor<4.5.3',
'django-ckeditor<=4.5.3',
'django-haystack<2.8',
'django-reversion>=2.0',
'django-taggit',

View File

@ -26,5 +26,6 @@ deps =
django-webtest
pyquery
lxml
git+https://git.entrouvert.org/debian/django-ckeditor.git
commands =
py.test {env:FAST:} {env:COVERAGE:} {posargs:tests/}