From 324893f794b4b02dab3344b6f23f678b3232f6f1 Mon Sep 17 00:00:00 2001 From: Jeff Hutchison Date: Fri, 11 Nov 2022 17:10:24 -0500 Subject: [PATCH] build-systems: crispy-bootstrap5, django-crispy-forms --- overrides/build-systems.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index fcfc798..ef2c96a 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -3098,6 +3098,9 @@ "credstash": [ "setuptools" ], + "crispy-bootstrap5": [ + "setuptools" + ], "criticality-score": [ "setuptools" ], @@ -3749,6 +3752,9 @@ "django-cryptography": [ "setuptools" ], + "django-crispy-forms": [ + "setuptools" + ], "django-csp": [ "setuptools" ],