Skip to content

Commit 5b6532b

Browse files
authored
Order the packages alphabetically in requirements.txt (#19)
Listing them in alphabetical order is optimal for human readability, letting you quickly find if a package is present. https://pip.pypa.io/en/latest/user_guide/#requirements-files "Logically, a Requirements file is just a list of pip install arguments placed in a file. Note that you should not rely on the items in the file being installed by pip in any particular order."
1 parent 6ee96f2 commit 5b6532b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pelican
21
beautifulsoup4
2+
pelican
33
requests

0 commit comments

Comments
 (0)