platypush/requirements.txt
Fabio Manganiello 4118f3f752
All checks were successful
continuous-integration/drone/push Build is passing
[#445] Temporarily set marshmallow<4.0.0 in the requirements
This will get venv, Docker and CI/CD installations (and soon Arch too
probably) to work while I implement support for both the releases after
the breaking changes.
2025-04-30 19:55:12 +02:00

29 lines
537 B
Text

###
# Platypush common requirements
###
alembic
croniter
docutils
flask
# TODO(445): Support both marshmallow <=3 and >=4
marshmallow<4.0.0a0
Pillow
python-dateutil
python-magic
pygments
pyotp
pyyaml
pyzbar
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