Add marshmallow

This commit is contained in:
Jasmine Schladen 2021-02-17 13:47:59 -08:00
parent 6aa6986a14
commit 8086d7afc0
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,8 @@ Flask-SQLAlchemy
flask_replicated flask_replicated
inflection inflection
logmatic-python logmatic-python
marshmallow-sqlalchemy
marshmallow<2.20.5 #schema duplicate issues https://github.com/marshmallow-code/marshmallow-sqlalchemy/issues/121
pem pem
raven[flask] raven[flask]
SQLAlchemy-Utils SQLAlchemy-Utils

View File

@ -50,6 +50,10 @@ logmatic-python==0.1.7
# manual debug # manual debug
markupsafe==1.1.1 markupsafe==1.1.1
# via jinja2 # via jinja2
marshmallow-sqlalchemy==0.23.1
# manual debug
marshmallow==2.20.4
# manual debug
packaging==20.3 packaging==20.3
# via sphinx # via sphinx
pem==21.1.0 pem==21.1.0