File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ help:
1919PIP_COMPILE = pip-compile --upgrade $(PIP_COMPILE_OPTS )
2020
2121upgrade : export CUSTOM_COMPILE_COMMAND=make upgrade
22- upgrade : # # update the requirements/*.txt files with the latest packages satisfying requirements/*.in
23- pip install -r requirements/pip-tools.txt
22+ upgrade : $( COMMON_CONSTRAINTS_TXT ) # # update the pip requirements files to use the latest releases satisfying our constraints
23+ pip install -qr requirements/pip-tools.txt
2424 # Make sure to compile files after any other files they include!
25- $(PIP_COMPILE ) --allow-unsafe -o requirements/pip-tools.txt requirements/pip-tools.in
26- pip install -r requirements/pip-tools.txt
27- $(PIP_COMPILE ) -o requirements/base.txt requirements/base.in
25+ $(PIP_COMPILE ) --allow-unsafe -o requirements/pip.txt requirements/pip.in
26+ $(PIP_COMPILE ) -o requirements/pip-tools.txt requirements/pip-tools.in
27+ pip install -qr requirements/pip.txt
28+ pip install -qr requirements/pip-tools.txt
2829
2930requirements :
3031 pip install -r requirements/pip-tools.txt
You can’t perform that action at this time.
0 commit comments