Skip to content

Commit

Permalink
➕ [#100] Add optional django-setup-configuration dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Nov 12, 2024
1 parent ce82492 commit 27bb7b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python:
- docs
- db
- drf
- django-setup-configuration

sphinx:
configuration: docs/conf.py
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extras =
testutils
tests
coverage
setup-configuration
deps =
django42: Django~=4.2.0
commands =
Expand Down Expand Up @@ -64,6 +65,7 @@ extras =
db
drf
docs
setup-configuration
commands=
pytest check_sphinx.py -v \
--tb=auto \
Expand Down

0 comments on commit 27bb7b9

Please sign in to comment.