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:41 +01:00
parent 051f6304be
commit ac3939cfce
1 changed files with 1 additions and 1 deletions

View File

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