[#445] Temporarily set marshmallow<4.0.0 in the requirements
All checks were successful
continuous-integration/drone/push Build is passing

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.
This commit is contained in:
Fabio Manganiello 2025-04-30 19:55:12 +02:00
parent 5ca39d086a
commit 4118f3f752
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -6,7 +6,8 @@ alembic
croniter
docutils
flask
marshmallow
# TODO(445): Support both marshmallow <=3 and >=4
marshmallow<4.0.0a0
Pillow
python-dateutil
python-magic