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:35 +01:00
parent d4a49a8263
commit 28d65cda8e
1 changed files with 1 additions and 1 deletions

View File

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