Upgrade dependency arrow to ==0.9.0 (#529)
This commit is contained in:
parent
250558baf3
commit
734233257c
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ install_requires = [
|
||||||
'SQLAlchemy-Utils==0.32.9',
|
'SQLAlchemy-Utils==0.32.9',
|
||||||
'requests==2.12.1',
|
'requests==2.12.1',
|
||||||
'psycopg2==2.6.2',
|
'psycopg2==2.6.2',
|
||||||
'arrow==0.8.0',
|
'arrow==0.9.0',
|
||||||
'six==1.10.0',
|
'six==1.10.0',
|
||||||
'gunicorn==19.6.0',
|
'gunicorn==19.6.0',
|
||||||
'marshmallow-sqlalchemy==0.12.0',
|
'marshmallow-sqlalchemy==0.12.0',
|
||||||
|
|
Loading…
Reference in New Issue