diff --git a/requirements.txt b/requirements.txt index 915c06e..845326b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ IBATS_BitMex_Feeder mysqlclient>=1.3.8 numpy==1.14.4 pandas==0.23.0 -SQLAlchemy==1.2.8 +SQLAlchemy==1.3.0 diff --git a/setup.py b/setup.py index c13217f..e7dd009 100644 --- a/setup.py +++ b/setup.py @@ -45,5 +45,5 @@ 'mysqlclient>=1.3.8', 'numpy==1.14.4', 'pandas==0.23.0', - 'SQLAlchemy==1.2.8', + 'SQLAlchemy==1.3.0', ])