changeset 6:730c437d9f71

Need Pygments >=2.15. This is for testing purposes. Also add a corresponding requirements.txt.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Apr 2026 17:50:59 +0200
parents a0e0f0a2963b
children 4189849f2715
files MANIFEST.in pyproject.toml requirements.txt
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MANIFEST.in	Sun Apr 19 17:50:59 2026 +0200
@@ -0,0 +1,1 @@
+include requirements.txt
--- a/pyproject.toml	Sun Apr 19 17:50:13 2026 +0200
+++ b/pyproject.toml	Sun Apr 19 17:50:59 2026 +0200
@@ -18,7 +18,7 @@
     "Topic :: Utilities",
 ]
 dependencies = [
-    "Pygments",
+    "Pygments>=2.15",
 ]    
 dynamic = [
     "readme",
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/requirements.txt	Sun Apr 19 17:50:59 2026 +0200
@@ -0,0 +1,1 @@
+Pygments>=2.15