setup: update to allow django 2.2 (#41285)

This commit is contained in:
Frédéric Péters 2020-04-02 21:24:47 +02:00
parent b686036244
commit 583e0fc484
1 changed files with 1 additions and 1 deletions

View File

@ -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',