Upgrade dependency marshmallow to ==2.13.4 (#732)

This commit is contained in:
Doppins 2017-03-20 12:08:26 -04:00 committed by kevgliss
parent a4707c5fc9
commit e092606181
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install_requires = [
'six==1.10.0', 'six==1.10.0',
'gunicorn==19.7.0', 'gunicorn==19.7.0',
'marshmallow-sqlalchemy==0.12.1', 'marshmallow-sqlalchemy==0.12.1',
'marshmallow==2.13.3', 'marshmallow==2.13.4',
'cryptography==1.7', 'cryptography==1.7',
'pyjwt==1.4.2', 'pyjwt==1.4.2',
'xmltodict==0.10.2', 'xmltodict==0.10.2',