Skip to content

Commit

Permalink
⬆️ [maykinmedia/django-setup-configuration#1] replace git dependency …
Browse files Browse the repository at this point in the history
…with Pypi one
  • Loading branch information
annashamray committed Apr 2, 2024
1 parent c766ec3 commit de4e79e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-choices
django-cors-headers
django-markup
django-redis
git+https://github.com/maykinmedia/django-setup-configuration.git@feature/1-config-command
django-setup-configuration

# Admin and UI libraries
django-admin-index
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ 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
django-setup-configuration==0.1.0
# via -r requirements/base.in
django-solo==2.0.0
# via
Expand All @@ -144,7 +144,7 @@ djangorestframework-camel-case==1.2.0
# commonground-api-common
# notifications-api-common
drf-nested-routers==0.93.4
q # via commonground-api-common
# via commonground-api-common
drf-yasg==1.20.0
# via commonground-api-common
ecs-logging==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ 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
django-setup-configuration==0.1.0
# via -r requirements/base.txt
django-solo==2.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ 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
django-setup-configuration==0.1.0
# via -r requirements/ci.txt
django-solo==2.0.0
# via
Expand Down

0 comments on commit de4e79e

Please sign in to comment.