Add marshmallow
This commit is contained in:
parent
6aa6986a14
commit
8086d7afc0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue