Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yutiansut authored Apr 30, 2019
1 parent 009910a commit 7bfe830
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<2.0.0', 'protobuf>=3.4.0'],
'zenlog>=1.1', 'delegator.py>=0.0.12', 'flask>=0.12.2', 'pyecharts==0.5.11', 'protobuf>=3.4.0'],
entry_points={
'console_scripts': [
'quantaxis=QUANTAXIS.QACmd:QA_cmd',
Expand Down

0 comments on commit 7bfe830

Please sign in to comment.