Upgrade dependency marshmallow to ==2.10.5 (#615)

This commit is contained in:
Doppins 2016-12-21 10:19:32 -05:00 committed by kevgliss
parent 3a4ebbf92c
commit fccb8148d5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ install_requires = [
'six==1.10.0',
'gunicorn==19.6.0',
'marshmallow-sqlalchemy==0.12.0',
'marshmallow==2.10.4',
'marshmallow==2.10.5',
'cryptography==1.7',
'pyjwt==1.4.2',
'xmltodict==0.10.2',