From 04087fa9167db458df5f19328c3f0a78683594d9 Mon Sep 17 00:00:00 2001 From: yutiansut Date: Wed, 1 May 2019 01:20:58 +0800 Subject: [PATCH] #update --- QUANTAXIS/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/QUANTAXIS/__init__.py b/QUANTAXIS/__init__.py index f632ee1fa..d725e83e4 100755 --- a/QUANTAXIS/__init__.py +++ b/QUANTAXIS/__init__.py @@ -31,7 +31,7 @@ 2017/4/8 """ -__version__ = '1.4.7' +__version__ = '1.4.8' __author__ = 'yutiansut' # fetch methods diff --git a/setup.py b/setup.py index 369b75bbc..0f7d95160 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ def read(fname): 'Operating System :: OS Independent', ], install_requires=['pandas>=0.23.4', 'numpy>=1.12.0', 'tushare', 'flask_socketio>=2.9.0 ', 'motor>=1.1', 'seaborn>=0.8.1', 'pyconvert>=0.6.3', - 'lxml>=4.0', ' beautifulsoup4', 'matplotlib', 'requests', 'tornado', + 'lxml>=4.0', ' beautifulsoup4', 'matplotlib', 'requests', 'tornado', 'janus', 'demjson>=2.2.4', 'pymongo>=3.7', 'six>=1.10.0', 'tabulate>=0.7.7', 'pytdx>=1.67', 'retrying>=1.3.3', 'zenlog>=1.1', 'delegator.py>=0.0.12', 'flask>=0.12.2', 'pyecharts<1.0.0', 'protobuf>=3.4.0'], entry_points={