Python upgrades
authorZack M. Davis <ultimatelyuntruethought@gmail.com>
Wed, 4 Oct 2023 20:54:47 +0000 (13:54 -0700)
committerZack M. Davis <ultimatelyuntruethought@gmail.com>
Wed, 4 Oct 2023 20:54:47 +0000 (13:54 -0700)
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

index 39ce0e1..6c366f0 100644 (file)
@@ -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