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:13 +01:00
parent 30bc81e95e
commit ee79e21671
1 changed files with 1 additions and 1 deletions

View File

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