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:20 +01:00
parent 5f2c354c66
commit 98f7d1dab2
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,