Skip to content

Commit

Permalink
⬆️ replace git dep with pypi for django_setup_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Apr 23, 2024
1 parent da82abe commit c5f3a1f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jsonschema
furl

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

# Common ground libraries
notifications-api-common
8 changes: 1 addition & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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-simple-certmanager==1.4.1
# via zgw-consumers
Expand Down Expand Up @@ -302,16 +302,10 @@ sentry-sdk==1.39.2
# via open-api-framework
six==1.16.0
# via
<<<<<<< HEAD
# bleach
# isodate
=======
# django-markup
# furl
# isodate
# jsonschema
# orderedmultidict
>>>>>>> 6096ba9 (:sparkles: [https://github.com/maykinmedia/django-setup-configuration/issues/1] add configuration steps)
# python-dateutil
# qrcode
# requests-mock
Expand Down
4 changes: 3 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,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-simple-certmanager==1.4.1
# via
Expand Down Expand Up @@ -477,7 +477,9 @@ six==1.16.0
# via
# -r requirements/base.txt
# bleach
# furl
# isodate
# orderedmultidict
# python-dateutil
# qrcode
# requests-mock
Expand Down
8 changes: 7 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,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-simple-certmanager==1.4.1
# via
Expand Down Expand Up @@ -412,6 +412,10 @@ notifications-api-common==0.2.2
# commonground-api-common
open-api-framework==0.2.0
# via -r requirements/ci.txt
orderedmultidict==1.0.1
# via
# -r requirements/ci.txt
# furl
oyaml==1.0
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -540,7 +544,9 @@ six==1.16.0
# via
# -r requirements/ci.txt
# bleach
# furl
# isodate
# orderedmultidict
# python-dateutil
# qrcode
# requests-mock
Expand Down

0 comments on commit c5f3a1f

Please sign in to comment.