From 5c7755ab33007ebaa793e6c0c3c9ecc3a462aaa0 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 5 Dec 2024 14:09:03 +0100 Subject: [PATCH] :heavy_plus_sign: Add optional setup-configuration dependency --- .readthedocs.yml | 1 + setup.cfg | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index c7ddb0e9..099b7e6a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,4 +20,5 @@ python: extra_requirements: - notifications - docs + - setup-configuration diff --git a/setup.cfg b/setup.cfg index e3b03a98..55a146bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -83,6 +83,8 @@ tests = zgw-consumers-oas testutils = zgw-consumers-oas +setup-configuration = + django-setup-configuration>=0.4.0 pep8 = flake8 coverage = pytest-cov docs =