forked from orbit-oss/flask
use pip-compile instead of pip-compile-multi
This commit is contained in:
parent
6ee5dcc0ec
commit
04920b3076
16 changed files with 201 additions and 122 deletions
2
requirements-skip/README.md
Normal file
2
requirements-skip/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Dependabot will only update files in the `requirements` directory. This directory is
|
||||
separate because the pins in here should not be updated automatically.
|
||||
6
requirements-skip/tests-dev.txt
Normal file
6
requirements-skip/tests-dev.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
https://github.com/pallets/werkzeug/archive/refs/heads/main.tar.gz
|
||||
https://github.com/pallets/jinja/archive/refs/heads/main.tar.gz
|
||||
https://github.com/pallets/markupsafe/archive/refs/heads/main.tar.gz
|
||||
https://github.com/pallets/itsdangerous/archive/refs/heads/main.tar.gz
|
||||
https://github.com/pallets/click/archive/refs/heads/main.tar.gz
|
||||
https://github.com/pallets-eco/blinker/archive/refs/heads/main.tar.gz
|
||||
6
requirements-skip/tests-min.in
Normal file
6
requirements-skip/tests-min.in
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
werkzeug==3.0.0
|
||||
jinja2==3.1.2
|
||||
markupsafe==2.1.1
|
||||
itsdangerous==2.1.2
|
||||
click==8.1.3
|
||||
blinker==1.6.2
|
||||
21
requirements-skip/tests-min.txt
Normal file
21
requirements-skip/tests-min.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile tests-min.in
|
||||
#
|
||||
blinker==1.6.2
|
||||
# via -r tests-min.in
|
||||
click==8.1.3
|
||||
# via -r tests-min.in
|
||||
itsdangerous==2.1.2
|
||||
# via -r tests-min.in
|
||||
jinja2==3.1.2
|
||||
# via -r tests-min.in
|
||||
markupsafe==2.1.1
|
||||
# via
|
||||
# -r tests-min.in
|
||||
# jinja2
|
||||
# werkzeug
|
||||
werkzeug==3.0.0
|
||||
# via -r tests-min.in
|
||||
Loading…
Add table
Add a link
Reference in a new issue