From 9c69c6d1295395cd1482868758c8c9ca4f228e5d Mon Sep 17 00:00:00 2001 From: Doppins Date: Sat, 8 Apr 2017 15:43:51 -0400 Subject: [PATCH] [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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ebef72c..8f12da64 100644 --- a/setup.py +++ b/setup.py @@ -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',