We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74133f8 commit 5719179Copy full SHA for 5719179
docs/html/user_guide.rst
@@ -242,6 +242,10 @@ organisation and use that everywhere. If the thing being installed requires
242
"helloworld" to be installed, your fixed version specified in your constraints
243
file will be used.
244
245
+Constraints file can be served via a URL, e.g.
246
+http://example.com/constraints.txt instead of only a local file, so that your
247
+organization can provide constraints files online from a centraliazed place.
248
+
249
Constraints file support was added in pip 7.1. In :ref:`Resolver
250
changes 2020` we did a fairly comprehensive overhaul, removing several
251
undocumented and unsupported quirks from the previous implementation,
0 commit comments