Skip to content

Commit f5b2bdb

Browse files
authored
Order the requirements.txt file (#673)
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.
1 parent 9073d42 commit f5b2bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pelican
2-
pelican-sitemap
31
BeautifulSoup4
42
ezt
3+
pelican
4+
pelican-sitemap
55
PyYAML
66
requests

0 commit comments

Comments
 (0)