Upgrade dependency marshmallow to ==2.15.0 (#1008)
This commit is contained in:
parent
5ac3ecb85e
commit
d855f752c8
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ install_requires = [
|
||||||
'six==1.11.0',
|
'six==1.11.0',
|
||||||
'marshmallow-sqlalchemy==0.13.1',
|
'marshmallow-sqlalchemy==0.13.1',
|
||||||
'gunicorn==19.7.1',
|
'gunicorn==19.7.1',
|
||||||
'marshmallow==2.13.6',
|
'marshmallow==2.15.0',
|
||||||
'cryptography==1.9',
|
'cryptography==1.9',
|
||||||
'xmltodict==0.11.0',
|
'xmltodict==0.11.0',
|
||||||
'pyjwt==1.5.3',
|
'pyjwt==1.5.3',
|
||||||
|
|
Loading…
Reference in New Issue