Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pelican # tipue search deprecated in 4.8
Markdown<3.4 # broken with pelican
Markdown<3.9 # broken with pelican
minchin.pelican.plugins.cname
fabric
beautifulsoup4
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jinja2==3.1.5
# via
# minchin-pelican-plugins-cname
# pelican
markdown==3.3.7
markdown==3.8.1
# via -r requirements.in
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -70,8 +70,6 @@ rich==13.9.4
# via pelican
semantic-version==2.10.0
# via minchin-pelican-plugins-autoloader
setuptools==75.8.0
# via -r requirements.in
six==1.17.0
# via
# -r requirements.in
Expand Down
Loading