Upgrade dependency marshmallow to ==2.12.2 (#683)

This commit is contained in:
Doppins 2017-01-31 12:15:40 -05:00 committed by kevgliss
parent 317b7cabb3
commit 3fd39fb823
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.1',
'marshmallow==2.12.1',
'marshmallow==2.12.2',
'cryptography==1.7',
'pyjwt==1.4.2',
'xmltodict==0.10.2',