diff --git a/setup.py b/setup.py index 681c361e..c1716c63 100644 --- a/setup.py +++ b/setup.py @@ -148,7 +148,7 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', ], - install_requires=['django>=1.11, <1.12', + install_requires=['django>=1.11, <2.3', 'django-ckeditor<4.5.4', 'gadjo>=0.53', 'feedparser',