Skip to content

Commit

Permalink
Lock pelican to 4.2.0 to prevent rendering bugs
Browse files Browse the repository at this point in the history
Unable to import ansilexer from m.code. This breaks all syntax
highlighting and also causes several articles not to render
at all.

Suggestion at mosra/m.css#181 is to pin
the pelican version for now.
  • Loading branch information
blairconrad committed Apr 30, 2021
1 parent a2d6332 commit 7c618c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
beautifulsoup4
invoke
pelican[markdown]
pelican[markdown]==4.2.0
pelican-series-plugin
8 changes: 6 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ invoke==1.5.0
# via -r requirements.in
jinja2==2.11.3
# via pelican
markdown==3.3.4
markdown==3.1.1
# via pelican
markupsafe==1.1.1
# via jinja2
pelican-series-plugin==1.1.1
# via -r requirements.in
pelican[markdown]==4.6.0
pelican[markdown]==4.2.0
# via
# -r requirements.in
# pelican-series-plugin
Expand All @@ -37,8 +37,12 @@ pytz==2021.1
six==1.15.0
# via
# feedgenerator
# pelican
# python-dateutil
soupsieve==2.2.1
# via beautifulsoup4
unidecode==1.2.0
# via pelican

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 7c618c1

Please sign in to comment.