From 6b95c02af924f13ab89234f4ddf075704766e842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 05:33:19 +0000 Subject: [PATCH] Update pyecharts requirement from <1.0.0 to <2.0.0 Updates the requirements on [pyecharts](https://github.com/pyecharts/pyecharts) to permit the latest version. - [Release notes](https://github.com/pyecharts/pyecharts/releases) - [Commits](https://github.com/pyecharts/pyecharts/compare/v0.2.0...v1.0.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 369b75bbc..b68584553 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def read(fname): 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', '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'], + 'zenlog>=1.1', 'delegator.py>=0.0.12', 'flask>=0.12.2', 'pyecharts<2.0.0', 'protobuf>=3.4.0'], entry_points={ 'console_scripts': [ 'quantaxis=QUANTAXIS.QACmd:QA_cmd',