build: update setup.py for django 3.2
gitea/passerelle-montpellier-sig/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-03-30 09:42:59 +02:00
parent 7104861cfa
commit c89af9cffc
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
],
install_requires=['django>=2.2, <2.3', 'pyproj', 'requests'],
install_requires=['django>=3.2, <3.3', 'pyproj', 'requests'],
zip_safe=False,
cmdclass={
'build': build,