We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a9307 commit d2973abCopy full SHA for d2973ab
Makefile
@@ -37,7 +37,7 @@ $(COMMON_CONSTRAINTS_TXT):
37
38
upgrade: $(COMMON_CONSTRAINTS_TXT)
39
## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
40
- pip install -q pip-tools
+ pip install -qr requirements/pip-tools.txt
41
pip-compile --rebuild --upgrade --allow-unsafe -o requirements/pip.txt requirements/pip.in
42
pip-compile --rebuild --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in
43
pip install -qr requirements/pip.txt
0 commit comments