platypush/requirements.txt
Fabio Manganiello b887122a7f
Added pygments to required dependencies.
It is required to correctly render code blocks in the documentation
available to the UI.
2024-11-10 15:55:57 +01:00

26 lines
465 B
Text

###
# Platypush common requirements
###
alembic
croniter
docutils
flask
marshmallow
python-dateutil
python-magic
pygments
pyotp
pyyaml
qrcode
redis
requests
rsa
sqlalchemy
tornado
websocket-client
websockets
zeroconf>=0.27.0
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability