about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-03-17 15:36:03 +0100
committeruser <user@node5.net>2024-03-17 15:36:03 +0100
commit3083f77433a12da5b1fc5f59afb2c48562346505 (patch)
tree9bff0b8c6270ef4fec3325bc6bc8f7af0fc02d23
parent32266e722479ad20e8ecc098773a7e56d9c39d90 (diff)
add pygments to use newer than OS package
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 8297839..a73988b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,5 @@ Flask~=3.0
 PyYAML~=6.0
 Markdown~=3.5
 psycopg~=3.1
-python-telegram-bot~=20.8
\ No newline at end of file
+python-telegram-bot~=20.8
+pygments~=2.17  # Use a newer version than in debain packages for python code snippet highlighting
\ No newline at end of file