Upgrade dependency marshmallow-sqlalchemy to ==0.12.1 (#640)

This commit is contained in:
Doppins 2017-01-08 13:50:37 -05:00 committed by kevgliss
parent 85ae9712e3
commit 08ebc4cd59

View File

@ -48,7 +48,7 @@ install_requires = [
'arrow==0.10.0', 'arrow==0.10.0',
'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.1',
'marshmallow==2.11.0', 'marshmallow==2.11.0',
'cryptography==1.7', 'cryptography==1.7',
'pyjwt==1.4.2', 'pyjwt==1.4.2',