diff --git a/pyproject.toml b/pyproject.toml index 877a269..4b941a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,9 @@ drf = [ zds-client = [ "gemma-zds-client>=2.0.0", ] +setup-configuration = [ + "django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration@e5c57784d74644f4a5f5e1306e3afa75403e8fb3#egg=django-setup-configuration", +] # These are not the test requirements! They are extras to be installed when making use of `zgw_consumers.test` testutils = [ "Faker>=0.7.0", diff --git a/tox.ini b/tox.ini index 81bd276..38d0b6a 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,7 @@ extras = testutils tests coverage + setup-configuration deps = django42: Django~=4.2.0 commands = @@ -64,6 +65,9 @@ extras = db drf docs + setup-configuration +deps = + django42: Django~=4.2.0 commands= pytest check_sphinx.py -v \ --tb=auto \