Upgrade dependency arrow to ==0.12.0 (#1005)

This commit is contained in:
Doppins 2017-12-03 19:04:51 +01:00 committed by kevgliss
parent 734ab5f3cd
commit 58100cda8b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ install_requires = [
'requests==2.11.1',
'ndg-httpsclient==0.4.2',
'psycopg2==2.7.3',
'arrow==0.10.0',
'arrow==0.12.0',
'six==1.11.0',
'marshmallow-sqlalchemy==0.13.1',
'gunicorn==19.7.1',