From d0b2bea6306acf738899cc2d8c994e7e294742ae Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 5 May 2023 15:08:40 -0400 Subject: [PATCH] Allow versions of Django >= 4.1 Fixes #963, thanks @kkuczkowska --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8ff1a678..5469c9f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ classifiers = packages = find: include_package_data = True install_requires = - Django==4.1.7 + Django>=4.1 django-agnocomplete==2.2.0 django-compressor==4.3.1 Pillow==9.4.0