From 87389b532d0167f038526ec65d2bf8bd3582ab2b Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 8 Mar 2021 19:41:26 -0800 Subject: [PATCH] the newest packages drop support for Python 3.5!! The server is still running Xenial (like my desktop, like my laptop), which gets end-of-lifed next month. I feel old. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35d7206..d79f848 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ docutils==0.14 feedgenerator==1.9 html5lib==1.0.1 Jinja2==2.11.3 -Markdown==3.3.4 +Markdown==3.2.2 MarkupSafe==1.0 pelican==4.5.0 pkg-resources==0.0.0 -- 2.17.1