We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dba030 commit 18b57e1Copy full SHA for 18b57e1
Makefile
@@ -74,7 +74,7 @@ metasmoke:
74
75
.PHONY: upgrade
76
77
-PIP_COMPILE = pip-compile --upgrade --allow-unsafe
+PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes
78
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
79
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
80
pip install -q -r requirements/pip-tools.pip
0 commit comments