From e994511521540df366984a7e49a4f8734b6bab3c Mon Sep 17 00:00:00 2001 From: Ramez Ashraf Date: Wed, 8 Nov 2023 12:02:55 +0200 Subject: [PATCH] remove crispy-bootstrap4 from required as it forces django 4 upgrade --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9cc0353..6da9ca4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = pytz simplejson django-crispy-forms - crispy-bootstrap4 +