Skip to content

Commit

Permalink
⬆️ [maykinmedia/django-setup-configuration#1] replace git dep with py…
Browse files Browse the repository at this point in the history
…pi for django-setup-configuration
  • Loading branch information
annashamray committed Apr 22, 2024
1 parent 0257da3 commit cbf14ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ furl
# Framework libraries
django-jsonsuit
sharing-configs
git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
django-setup-configuration

# API libraries
drf-nested-routers
9 changes: 6 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,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 @@ -138,10 +139,10 @@ django-rest-framework-condition==0.1.1
# via commonground-api-common
django-sendfile2==0.7.0
# via django-privates
django-setup-configuration==0.1.0
# via -r requirements/base.in
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 Expand Up @@ -186,7 +187,9 @@ face==20.1.1
flower==2.0.1
# via open-api-framework
furl==2.1.3
# via ape-pie
# via
# -r requirements/base.in
# ape-pie
gemma-zds-client==1.0.1
# via
# commonground-api-common
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ django-sendfile2==0.7.0
# via
# -r requirements/base.txt
# django-privates
django-setup-configuration==0.1.0
# via -r requirements/base.txt
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ django-sendfile2==0.7.0
# via
# -r requirements/ci.txt
# django-privates
django-setup-configuration==0.1.0
# via -r requirements/ci.txt
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

0 comments on commit cbf14ef

Please sign in to comment.