File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ using {ref}`pip install`. Files that use this format are often called
6
6
these files are named (although, that is not a requirement).
7
7
8
8
``` {note}
9
- This is NOT a format that other tools should try to consume.
10
-
11
- It depends on various internal details of how pip works (eg: pip's CLI
12
- options) and is not designed for interoperability.
9
+ The requirements file format is closely tied to a number of internal details of
10
+ pip (e.g., pip's command line options). The basic format is relatively stable
11
+ and portable but the full syntax, as described here, is only intended for
12
+ consumption by pip, and other tools should take that into account before using
13
+ it for their own purposes.
13
14
```
14
15
15
16
## Structure
You can’t perform that action at this time.
0 commit comments