This commit is contained in:
Santiago L 2022-09-26 12:55:11 +02:00
parent 51c42ad94f
commit abb675d9d3
1 changed files with 3 additions and 1 deletions

View File

@ -108,7 +108,9 @@ markupsafe==2.1.1
# jinja2 # jinja2
# mako # mako
# wtforms # wtforms
marshmallow==3.0.0 # TODO fix https://github.com/marshmallow-code/marshmallow/issues/1040
# A ValueError is raised when the missing parameter is passed for required fields (#1040).
marshmallow==3.0.0rc1
# via # via
# marshmallow-enum # marshmallow-enum
# teal # teal