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 22, 2024
1 parent b819418 commit cefcac9
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 @@ -4,5 +4,8 @@ open-api-framework
glom # data represenation based on spec
jsonschema

# 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 @@ -83,6 +83,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 @@ -131,6 +132,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 @@ -123,6 +123,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 @@ -199,6 +200,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 @@ -145,6 +145,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 @@ -225,6 +226,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 @@ -109,6 +109,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 cefcac9

Please sign in to comment.