[#445] Temporarily set marshmallow<4.0.0
in the requirements
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
5ca39d086a
commit
4118f3f752
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue