Commit cd3ce37 1 parent dd6392b commit cd3ce37 Copy full SHA for cd3ce37
File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PYTHON_SETUPTOOLS_VERSION_SPECIFIER ?= >=57.0.0
6
6
PYTHON_WHEEL_VERSION_SPECIFIER ?= >=0.36.2
7
7
PYTHON_PIP_TOOLS_VERSION_SPECIFIER ?= >=6.1.0
8
8
PYTHON_PIP_TOOLS_SRC_FILES ?= requirements.in
9
- PYTHON_PIP_TOOLS_COMPILE_ARGS ?= --strip-extras --quiet
9
+ PYTHON_PIP_TOOLS_COMPILE_ARGS ?= --allow-unsafe -- strip-extras --quiet
10
10
11
11
.PHONY : python-pip-install
12
12
python-pip-install : # # Install Pip
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
- # pip-compile --strip-extras requirements-dev.in
5
+ # pip-compile --allow-unsafe -- strip-extras requirements-dev.in
6
6
#
7
7
black == 25.1.0
8
8
# via -r requirements-dev.in
@@ -140,5 +140,7 @@ zipp==3.21.0
140
140
# via importlib-metadata
141
141
142
142
# The following packages are considered to be unsafe in a requirements file:
143
- # pip
144
- # setuptools
143
+ pip == 24.2
144
+ # via pip-tools
145
+ setuptools == 75.8.2
146
+ # via pip-tools
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.9
3
3
# by the following command:
4
4
#
5
- # pip-compile --strip-extras requirements.in
5
+ # pip-compile --allow-unsafe -- strip-extras requirements.in
6
6
#
7
7
asgiref == 3.8.1
8
8
# via django
You can’t perform that action at this time.
0 commit comments