Update django version to match Entr'Ouvert setup
gitea/passerelle-imio-liege-rn/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2023-06-08 15:22:02 +02:00
parent db1efd515d
commit bdd7044ce5
1 changed files with 1 additions and 1 deletions

View File

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