[Doppins] Upgrade dependency marshmallow-sqlalchemy to ==0.13.1 (#719)

* Upgrade dependency marshmallow-sqlalchemy to ==0.13.0

* Upgrade dependency marshmallow-sqlalchemy to ==0.13.1
This commit is contained in:
Doppins 2017-04-08 15:43:51 -04:00 committed by kevgliss
parent ea1e9cb4c6
commit 9c69c6d129
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ install_requires = [
'psycopg2==2.7.1',
'arrow==0.10.0',
'six==1.10.0',
'marshmallow-sqlalchemy==0.13.1',
'gunicorn==19.7.1',
'marshmallow-sqlalchemy==0.12.1',
'marshmallow==2.13.4',
'cryptography==1.7',
'pyjwt==1.4.2',