From d7014fbb3c44818d06811204ebcb228a8fc0f160 Mon Sep 17 00:00:00 2001 From: Prem Date: Tue, 11 Jul 2023 10:22:16 +0100 Subject: [PATCH] bump django version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28be599..bc74ed7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -INSTALL_REQUIRES = ["django==3.2.19", "Wagtail>=4.0"] +INSTALL_REQUIRES = ["django>=3.2", "Wagtail>=4.0"] TESTING_REQUIRES = ["pytest==5.2.1", "pytest-django==3.5.1", "pytest-pythonpath==0.7.3"]