Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
mkdocs
mkdocs-api-autonav
mkdocs-material
mkdocs-awesome-nav
mkdocs-glightbox
python-markdown-math
mkdocs-same-dir
mkdocs-git-revision-date-localized-plugin
mkdocs==1.6.1
mkdocs-api-autonav==0.4.0
mkdocs-material==9.7.7
mkdocs-awesome-nav==3.3.0
mkdocs-glightbox==0.5.2
python-markdown-math==0.9
mkdocs-same-dir==0.1.5
mkdocs-git-revision-date-localized-plugin==1.5.3

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The requirements.txt file is missing a newline at the end of the file. According to POSIX standards, files should end with a newline character to ensure compatibility with various command-line tools and to prevent future diffs from showing unnecessary changes when new dependencies are added.

mkdocs-git-revision-date-localized-plugin==1.5.3