diff pyproject.toml @ 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 5812e7f3bc13
line wrap: on
line diff
--- 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",