Upgrade dependency arrow to ==0.10.0 (#541)

This commit is contained in:
Doppins 2016-11-30 18:07:36 -05:00 committed by kevgliss
parent abb91fbb65
commit bd2abdf45f
1 changed files with 1 additions and 1 deletions

View File

@ -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',