From bd2abdf45fbf32f2955c43c1c5b4f0334a745666 Mon Sep 17 00:00:00 2001 From: Doppins Date: Wed, 30 Nov 2016 18:07:36 -0500 Subject: [PATCH] Upgrade dependency arrow to ==0.10.0 (#541) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e34a2d9f..db974265 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ install_requires = [ 'SQLAlchemy-Utils==0.32.9', 'requests==2.11.1', 'psycopg2==2.6.2', - 'arrow==0.9.0', + 'arrow==0.10.0', 'six==1.10.0', 'gunicorn==19.6.0', 'marshmallow-sqlalchemy==0.12.0',