From 04caf1b2d7b2d54e70380ae7d7c35a6ebb81839d Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 8 Jun 2023 15:07:58 +0200 Subject: [PATCH] Update django version to match Entr'Ouvert setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e44d9b0..abb34ac 100644 --- a/setup.py +++ b/setup.py @@ -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={