Upgrade dependency arrow to ==0.12.0 (#1005)
This commit is contained in:
parent
734ab5f3cd
commit
58100cda8b
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ install_requires = [
|
||||||
'requests==2.11.1',
|
'requests==2.11.1',
|
||||||
'ndg-httpsclient==0.4.2',
|
'ndg-httpsclient==0.4.2',
|
||||||
'psycopg2==2.7.3',
|
'psycopg2==2.7.3',
|
||||||
'arrow==0.10.0',
|
'arrow==0.12.0',
|
||||||
'six==1.11.0',
|
'six==1.11.0',
|
||||||
'marshmallow-sqlalchemy==0.13.1',
|
'marshmallow-sqlalchemy==0.13.1',
|
||||||
'gunicorn==19.7.1',
|
'gunicorn==19.7.1',
|
||||||
|
|
Loading…
Reference in New Issue