Update django version to match Entr'Ouvert setup

This commit is contained in:
Daniel Muyshond 2023-06-08 15:24:52 +02:00
parent eee55406a6
commit 660a9c9fe5
1 changed files with 1 additions and 1 deletions

View File

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