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:33:40 +01:00
parent f2f9abcfdb
commit 690d2ff874
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ setup(
scripts=('manage.py',),
packages=find_packages(),
install_requires=[
'django>=1.11, <2.3',
'django>=2.2, <2.3',
'six<1.11.0',
'typing', # For M2Crypto.util
'gunicorn',