From 1c80de9eadc0a223dc5cd73632e1b51259a05d60 Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Wed, 4 Oct 2023 13:54:47 -0700 Subject: [PATCH] Python upgrades I want preview capabilities on this Jammy (Py 3.10) machine, even if I'm not going to bother to upgrade the server just yet. It's fine. --- requirements.txt | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39ce0e1..6c366f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,17 @@ -blinker==1.4 -docutils==0.14 -feedgenerator==1.9 -html5lib==1.0.1 -Jinja2==2.11.3 -Markdown==3.2.2 -MarkupSafe==1.0 -pelican==4.5.0 -pkg-resources==0.0.0 -Pygments==2.2.0 -python-dateutil==2.6.1 -pytz==2017.2 -six==1.10.0 -Unidecode==0.4.21 +blinker==1.6.2 +docutils==0.20.1 +feedgenerator==2.1.0 +html5lib==1.1 +Jinja2==3.1.2 +Markdown==3.4.4 +markdown-it-py==3.0.0 +MarkupSafe==2.1.3 +mdurl==0.1.2 +pelican==4.8.0 +Pygments==2.16.1 +python-dateutil==2.8.2 +pytz==2023.3.post1 +rich==13.6.0 +six==1.16.0 +Unidecode==1.3.7 +webencodings==0.5.1 -- 2.17.1