Added pygments to required dependencies.

It is required to correctly render code blocks in the documentation
available to the UI.
This commit is contained in:
Fabio Manganiello 2024-11-10 15:55:57 +01:00
parent 8bc5e5b8c5
commit b887122a7f
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
5 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@ py3-marshmallow
py3-mypy-extensions py3-mypy-extensions
py3-otp py3-otp
py3-psutil py3-psutil
py3-pygments
py3-qrcode py3-qrcode
py3-redis py3-redis
py3-requests py3-requests

View file

@ -8,6 +8,7 @@ python-magic
python-marshmallow python-marshmallow
python-pip python-pip
python-psutil python-psutil
python-pygments
python-pyotp python-pyotp
python-qrcode python-qrcode
python-redis python-redis

View file

@ -10,6 +10,7 @@ python3-magic
python3-marshmallow python3-marshmallow
python3-mypy-extensions python3-mypy-extensions
python3-psutil python3-psutil
python3-pygments
python3-pyotp python3-pyotp
python3-qrcode python3-qrcode
python3-redis python3-redis

View file

@ -10,6 +10,7 @@ python-magic
python-marshmallow python-marshmallow
python-mypy_extensions python-mypy_extensions
python-psutil python-psutil
python-pygments
python-pyotp python-pyotp
python-qrcode python-qrcode
python-redis python-redis

View file

@ -9,6 +9,7 @@ flask
marshmallow marshmallow
python-dateutil python-dateutil
python-magic python-magic
pygments
pyotp pyotp
pyyaml pyyaml
qrcode qrcode