Upgrade dependency marshmallow to ==2.13.6 (#877)

This commit is contained in:
Doppins 2017-08-16 18:56:08 +02:00 committed by kevgliss
parent cf805f530f
commit b0c8787cfa
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ install_requires = [
'six==1.10.0',
'marshmallow-sqlalchemy==0.13.1',
'gunicorn==19.7.1',
'marshmallow==2.13.5',
'marshmallow==2.13.6',
'cryptography==1.9',
'xmltodict==0.11.0',
'pyjwt==1.5.2',