Skip to content

Commit

Permalink
➕ [maykinmedia/django-setup-configuration#1] add django_setup_configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
annashamray committed Apr 23, 2024
1 parent 6fe150c commit fa398d3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ glom # data represenation based on spec
jsonschema
django-log-outgoing-requests

# Django libraries
git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command

# Common ground libraries
notifications-api-common
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ django==4.2.11
# django-relativedelta
# django-rest-framework-condition
# django-sendfile2
# django-setup-configuration
# django-simple-certmanager
# django-solo
# django-two-factor-auth
Expand Down Expand Up @@ -137,6 +138,8 @@ django-rest-framework-condition==0.1.1
# via commonground-api-common
django-sendfile2==0.7.0
# via django-privates
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/base.in
django-simple-certmanager==1.4.1
# via zgw-consumers
django-solo==2.2.0
Expand Down
3 changes: 3 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ django==4.2.11
# django-relativedelta
# django-rest-framework-condition
# django-sendfile2
# django-setup-configuration
# django-simple-certmanager
# django-solo
# django-two-factor-auth
Expand Down Expand Up @@ -207,6 +208,8 @@ django-sendfile2==0.7.0
# via
# -r requirements/base.txt
# django-privates
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/base.txt
django-simple-certmanager==1.4.1
# via
# -r requirements/base.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ django==4.2.11
# django-relativedelta
# django-rest-framework-condition
# django-sendfile2
# django-setup-configuration
# django-simple-certmanager
# django-solo
# django-two-factor-auth
Expand Down Expand Up @@ -233,6 +234,8 @@ django-sendfile2==0.7.0
# via
# -r requirements/ci.txt
# django-privates
django-setup-configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/ci.txt
django-simple-certmanager==1.4.1
# via
# -r requirements/ci.txt
Expand Down
1 change: 1 addition & 0 deletions src/objects/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"notifications_api_common",
"simple_certmanager",
"zgw_consumers",
"django_setup_configuration",
# Two-factor authentication in the Django admin, enforced.
"django_otp",
"django_otp.plugins.otp_static",
Expand Down

0 comments on commit fa398d3

Please sign in to comment.