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 b06d5c6 commit f237da0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ open-api-framework

# Core python libraries
jsonschema
furl

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

# API libraries
drf-nested-routers
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ django-sendfile2==0.7.0
# via django-privates
django-simple-certmanager==2.0.0
# via zgw-consumers
django_setup_configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/base.in
django-solo==2.0.0
# via
# commonground-api-common
Expand Down
3 changes: 3 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,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 @@ -217,6 +218,8 @@ django-simple-certmanager==2.0.0
# via
# -r requirements/base.txt
# zgw-consumers
django_setup_configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/base.txt
django-solo==2.0.0
# 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 @@ -152,6 +152,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 @@ -241,6 +242,8 @@ django-simple-certmanager==2.0.0
# via
# -r requirements/ci.txt
# zgw-consumers
django_setup_configuration @ git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
# via -r requirements/ci.txt
django-solo==2.0.0
# via
# -r requirements/ci.txt
Expand Down
1 change: 1 addition & 0 deletions src/objecttypes/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"solo",
"drf_spectacular",
"vng_api_common",
"django_setup_configuration",
# Two-factor authentication in the Django admin, enforced.
"django_otp",
"django_otp.plugins.otp_static",
Expand Down

0 comments on commit f237da0

Please sign in to comment.