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:34:06 +01:00
parent 78fae1d7d9
commit 3474393bec
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ setup(
'Programming Language :: Python :: 2',
],
install_requires=[
'django>=1.11, <2.3',
'django>=2.2, <2.3',
],
zip_safe=False,
cmdclass={