Skip to content

Commit

Permalink
[#310] Fix requirements diff
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 30, 2025
1 parent 1a21eb9 commit 7882404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ django-jsonform==2.22.0
# mozilla-django-oidc-db
# open-api-framework
django-localflavor==4.0
# via -r requirements/base.txt
# via
# -c requirements/base.txt
# -r requirements/base.txt
django-log-outgoing-requests==0.6.1
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -624,6 +626,7 @@ python-dotenv==1.0.1
# pydantic-settings
python-stdnum==1.20
# via
# -c requirements/base.txt
# -r requirements/base.txt
# django-localflavor
pytz==2024.1
Expand Down
7 changes: 5 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ django-jsonform==2.22.0
# mozilla-django-oidc-db
# open-api-framework
django-localflavor==4.0
# via -r requirements/base.txt
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
django-log-outgoing-requests==0.6.1
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -736,7 +738,8 @@ python-dotenv==1.0.1
# pydantic-settings
python-stdnum==1.20
# via
# -r requirements/base.txt
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-localflavor
pytz==2024.1
# via
Expand Down

0 comments on commit 7882404

Please sign in to comment.