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

This commit is contained in:
Frédéric Péters 2021-12-19 16:33:22 +01:00
parent 38189e9de7
commit e5f72cd12f
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ setup(
'Programming Language :: Python :: 2',
],
install_requires=[
'django>=1.11, <2.3',
'django>=2.2, <2.3',
'gadjo',
'celery<4' if sys.version_info < (3, 7) else 'celery>=4',
'django-mellon',