forked from platypush/platypush
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:
parent
8bc5e5b8c5
commit
b887122a7f
5 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ py3-marshmallow
|
|||
py3-mypy-extensions
|
||||
py3-otp
|
||||
py3-psutil
|
||||
py3-pygments
|
||||
py3-qrcode
|
||||
py3-redis
|
||||
py3-requests
|
||||
|
|
|
@ -8,6 +8,7 @@ python-magic
|
|||
python-marshmallow
|
||||
python-pip
|
||||
python-psutil
|
||||
python-pygments
|
||||
python-pyotp
|
||||
python-qrcode
|
||||
python-redis
|
||||
|
|
|
@ -10,6 +10,7 @@ python3-magic
|
|||
python3-marshmallow
|
||||
python3-mypy-extensions
|
||||
python3-psutil
|
||||
python3-pygments
|
||||
python3-pyotp
|
||||
python3-qrcode
|
||||
python3-redis
|
||||
|
|
|
@ -10,6 +10,7 @@ python-magic
|
|||
python-marshmallow
|
||||
python-mypy_extensions
|
||||
python-psutil
|
||||
python-pygments
|
||||
python-pyotp
|
||||
python-qrcode
|
||||
python-redis
|
||||
|
|
|
@ -9,6 +9,7 @@ flask
|
|||
marshmallow
|
||||
python-dateutil
|
||||
python-magic
|
||||
pygments
|
||||
pyotp
|
||||
pyyaml
|
||||
qrcode
|
||||
|
|
Loading…
Reference in a new issue