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

This commit is contained in:
Daniel Muyshond 2023-06-08 15:07:58 +02:00
parent 8bab633321
commit 04caf1b2d7
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ setup(
'Programming Language :: Python :: 3.5.3',
],
install_requires=[
'django>=2.2',
'django>=3.2, <3.3',
],
zip_safe=False,
cmdclass={