Commit f5b2bdb
authored
Order the
It is not mandatory to put your requirements.txt file in alphabetical order, as pip does not care about the order of items.
However, sorting it alphabetically is a widely recommended best practice because it makes the file easier for humans to read, manage, and check for specific libraries or duplicates.requirements.txt file (#673)1 parent 9073d42 commit f5b2bdb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments