Upgrade dependency marshmallow to ==2.11.0 (#642)
This commit is contained in:
parent
83128f3019
commit
85ae9712e3
2
setup.py
2
setup.py
@ -49,7 +49,7 @@ install_requires = [
|
|||||||
'six==1.10.0',
|
'six==1.10.0',
|
||||||
'gunicorn==19.6.0',
|
'gunicorn==19.6.0',
|
||||||
'marshmallow-sqlalchemy==0.12.0',
|
'marshmallow-sqlalchemy==0.12.0',
|
||||||
'marshmallow==2.10.5',
|
'marshmallow==2.11.0',
|
||||||
'cryptography==1.7',
|
'cryptography==1.7',
|
||||||
'pyjwt==1.4.2',
|
'pyjwt==1.4.2',
|
||||||
'xmltodict==0.10.2',
|
'xmltodict==0.10.2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user