From ed0487db911c8d0abd210c15045370d9d9aa8288 Mon Sep 17 00:00:00 2001 From: sohalt Date: Fri, 30 Dec 2022 17:05:20 +0100 Subject: [PATCH] build-systems: add django-coverage-plugin --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index a0e8999..1672d42 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -3825,6 +3825,9 @@ "django-countries": [ "setuptools" ], + "django-coverage-plugin": [ + "setuptools" + ], "django-crispy-forms": [ "setuptools" ],