diff --git a/debian/requirements.txt b/debian/requirements.txt index 0a6e185..94528ec 100644 --- a/debian/requirements.txt +++ b/debian/requirements.txt @@ -1,3 +1,3 @@ # These requirements are not yet in Debian django-background-tasks==1.1.13 -django-tinymce +django-tinymce >=2.6.0, <3 diff --git a/package.json b/package.json index 6ea0636..e939eb2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "dialog-polyfill": "~0.4.8", "material-design-icons-iconfont": "4.0.2", "material-design-lite": "^1.3.0", - "roboto-fontface": ">=0.8.0", - "tinymce": ">=3.0.1" + "roboto-fontface": ">=0.8.0" } } diff --git a/setup.py b/setup.py index 05ae7fa..0ab80b1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( install_requires=[ 'django >=1.11.29, < 1.12', 'django-allauth', - 'django-tinymce', + 'django-tinymce >=2.6.0, <3', 'django-js-reverse', 'django-compressor', 'django-sass-processor',