From 44c537ca0edca1688575df1a47b9c4c90240c00f Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 8 Jun 2023 15:26:04 +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 2790e36..b9831ac 100644 --- a/setup.py +++ b/setup.py @@ -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,