misc: allow django 3.2 (#67724)

This commit is contained in:
Frédéric Péters 2022-07-26 20:06:01 +02:00
parent b31f63bdc0
commit 5243db93ab
1 changed files with 1 additions and 1 deletions

View File

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