We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make upgrade
1 parent 18b57e1 commit f7907eeCopy full SHA for f7907ee
Makefile
@@ -72,6 +72,15 @@ metasmoke:
72
73
##@ Requirements management
74
75
+# When updating requirements, a few rules to follow:
76
+#
77
+# 1) Don't install more than one .pip file at once. Always use pip-compile to
78
+# combine .in files onto a single .pip file that can be installed where needed.
79
80
+# 2) Check manual pins before `make upgrade` to see if they can be removed. Look
81
+# in requirements/pins.pip, and search for "windows" in .in files to find pins
82
+# and extra requirements that have been needed, but might be obsolete.
83
+
84
.PHONY: upgrade
85
86
PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes
0 commit comments