Skip to content

Commit

Permalink
Update pyecharts requirement from <1.0.0 to <2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pyecharts](https://github.com/pyecharts/pyecharts) to permit the latest version.
- [Release notes](https://github.com/pyecharts/pyecharts/releases)
- [Commits](pyecharts/pyecharts@v0.2.0...v1.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Apr 30, 2019
1 parent bb1fe42 commit 6b95c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6b95c02

Please sign in to comment.