Skip to content

Commit

Permalink
[requirements] drop pelican-minify
Browse files Browse the repository at this point in the history
as it was breaking jquery
also update requirements generally
  • Loading branch information
MinchinWeb committed Mar 10, 2024
1 parent 93a2825 commit 9e77ac9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
3 changes: 1 addition & 2 deletions content/micro/202403041845.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ date: 2024-03-04 18:46 -0700

> Socks possess the mysterious power, like cats, of vanishing; unlike cats, they don’t get hungry and come back.
-- Gwern Branwen, on [Socks](https://gwern.net/socks)

— Gwern Branwen, on [Socks](https://gwern.net/socks)
2 changes: 1 addition & 1 deletion publishconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# "pelican.plugins.image_process",
# "minchin.pelican.plugins.cname",
# "minchin.pelican.plugins.nojekyll",
"minify", # pelican-minify
# "minify", # pelican-minify
"extended_sitemap", # pelican-extended-sitemap
# "minchin.pelican.plugins.optimize_images", # need executables for Linux to do this on Travis-CI
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pelican != 4.9.0
pelican-alias
# pelican-comment-system
pelican-extended-sitemap
pelican-minify
# pelican-minify # breaks jquery
pelican-neighbors
pip-tools >= 6.8
seafoam >= 2.9.0
Expand Down
40 changes: 21 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
#
anyio==4.2.0
anyio==4.3.0
# via watchfiles
beautifulsoup4==4.12.3
# via
Expand All @@ -13,10 +13,14 @@ beautifulsoup4==4.12.3
# seafoam
blinker==1.7.0
# via pelican
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
colorama==0.4.6
# via
# build
# click
docutils==0.20.1
# via pelican
feedgenerator==2.1.0
Expand All @@ -33,7 +37,7 @@ jinja2==3.1.3
# minchin-pelican-plugins-cname
# minchin-pelican-readers-microblog
# pelican
lxml==4.9.4
lxml==5.1.0
# via
# -r requirements.in
# pelican-image-process
Expand Down Expand Up @@ -71,8 +75,6 @@ minchin-pelican-plugins-summary==1.2.1
# via -r requirements.in
minchin-pelican-readers-microblog==1.1.0
# via -r requirements.in
minify-html==0.15.0
# via pelican-minify
ordered-set==4.1.0
# via pelican
packaging==23.2
Expand All @@ -91,27 +93,24 @@ pelican==4.9.1
# pelican-alias
# pelican-image-process
# pelican-jinja-filters
# pelican-minify
# pelican-neighbors
# seafoam
pelican-alias==1.1
# via -r requirements.in
pelican-extended-sitemap==1.2.3
# via -r requirements.in
pelican-image-process==3.0.3
pelican-image-process==3.0.4
# via seafoam
pelican-jinja-filters==2.1.1
# via seafoam
pelican-minify==2.0.0
# via -r requirements.in
pelican-neighbors==1.2.0
# via -r requirements.in
pillow==10.2.0
# via
# -r requirements.in
# minchin-pelican-plugins-static-comments
# pelican-image-process
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements.in
pygments==2.17.2
# via
Expand All @@ -120,14 +119,16 @@ pygments==2.17.2
# pelican
# rich
pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
# via
# build
# pip-tools
python-dateutil==2.9.0.post0
# via pelican
pytz==2024.1
# via feedgenerator
rich==13.7.0
rich==13.7.1
# via pelican
seafoam==2.9.1
seafoam==2.9.2
# via -r requirements.in
semantic-version==2.10.0
# via
Expand All @@ -137,20 +138,21 @@ semantic-version==2.10.0
six==1.16.0
# via
# html5lib
# pelican-image-process
# python-dateutil
smartypants==2.0.1
# via typogrify
sniffio==1.3.0
sniffio==1.3.1
# via anyio
soupsieve==2.5
# via beautifulsoup4
titlecase==2.4.1
# via pelican-jinja-filters
typogrify==2.0.7
# via -r requirements.in
tzdata==2023.4
# via -r requirements.in
tzdata==2024.1
# via
# -r requirements.in
# pelican
unidecode==1.3.8
# via pelican
watchfiles==0.21.0
Expand Down

0 comments on commit 9e77ac9

Please sign in to comment.