Skip to content

Commit

Permalink
Add more detailed headers for renovate's pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
T4m committed Apr 30, 2024
1 parent 9948e82 commit 30275a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/base.txt requirements/base.in
# pip-compile --no-emit-index-url --output-file=requirements/base.txt requirements/base.in
#
-e git+https://github.com/liip-forks/django-agpl#egg=django-agpl
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements/dev.in
# pip-compile --no-emit-index-url --output-file=requirements/dev.txt requirements/dev.in
#
-e git+https://github.com/liip-forks/django-agpl#egg=django-agpl
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/staging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements/staging.in
# pip-compile --no-emit-index-url --output-file=requirements/staging.txt requirements/staging.in
#
-e git+https://github.com/liip-forks/django-agpl#egg=django-agpl
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements/test.in
# pip-compile --no-emit-index-url --output-file=requirements/test.txt requirements/test.in
#
-e git+https://github.com/liip-forks/django-agpl#egg=django-agpl
# via -r requirements/base.in
Expand Down

0 comments on commit 30275a6

Please sign in to comment.