build: update setup.py to require at least django 2.2

This commit is contained in:
Frédéric Péters 2021-12-19 16:55:28 +01:00
parent 1c5cd8d562
commit 99b0682efb
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ setup(
'Programming Language :: Python :: 3',
],
install_requires=[
'django>=1.11, <2.3',
'django>=2.2, <2.3',
'django-ckeditor<4.5.4',
'gadjo>=0.53',
'feedparser<6' if sys.version_info < (3, 9) else 'feedparser>=6',