Skip to content

Commit

Permalink
Merge pull request #1147 from yutiansut/master
Browse files Browse the repository at this point in the history
#update to 1.4.8
  • Loading branch information
yutiansut authored Apr 30, 2019
2 parents 663af33 + 04087fa commit 1fa611b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QUANTAXIS/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
2017/4/8
"""

__version__ = '1.4.7'
__version__ = '1.4.8'
__author__ = 'yutiansut'

# fetch methods
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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==0.5.11', 'protobuf>=3.4.0'],
entry_points={
Expand Down

0 comments on commit 1fa611b

Please sign in to comment.