Skip to content

Commit

Permalink
use zvdata as lib
Browse files Browse the repository at this point in the history
  • Loading branch information
foolcage committed Nov 14, 2019
1 parent 885c197 commit 3c79f54
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 2,231 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ ENV/
/full
/data/
/datasample
data.tar.gz
*.tar.gz
/data
/ve/
.pytest_cache/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zvdata == 0.0.7
zvdata == 1.0.0
Scrapy == 1.5.1
requests == 2.20.1
SQLAlchemy == 1.2.14
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# project page. What does your project relate to?
#
# Note that this is a string of words separated by whitespace, not a list.
keywords='ml quant stock finance fintech big-data tushare vnpy technical-analysis trading-platform pandas fundamental-analysis',
keywords='ml quant stock finance fintech big-data tushare vnpy zvt technical-analysis trading-platform pandas fundamental-analysis',
# Optional

# You can just specify package directories manually here if your project is
Expand All @@ -110,7 +110,7 @@
#
# py_modules=["my_module"],
#
packages=find_packages(exclude=['examples', 'contrib', 'docs', 'tests', 've']), # Required
packages=find_packages(exclude=['examples', 'contrib', 'docs', 'tests', 've', 'research']), # Required

# This field lists other packages that your project depends on to run.
# Any package you put here will be installed by pip when your project is
Expand All @@ -121,8 +121,8 @@

install_requires=['Scrapy>=1.5.1', 'requests>=2.20.1', 'SQLAlchemy>=1.2.14', 'pandas>=0.24.2', 'arrow>=0.11.0',
'tzlocal>=1.5.1', 'xlrd>=1.1.0', 'apscheduler>=3.4.0', 'jqdatasdk', 'demjson>=2.2.4',
'marshmallow-sqlalchemy',
'ccxt>=1.17.191', 'dash>=1.1.1', 'dash-daq>=0.1.0'], # Optional
'marshmallow-sqlalchemy>=0.19.0', 'ccxt>=1.17.191', 'plotly>=4.1.0','simplejson>=3.16.0'
'html5lib>=1.0.1', 'schedule>=0.6.0'], # Optional

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down
161 changes: 0 additions & 161 deletions zvdata/__init__.py

This file was deleted.

Loading

0 comments on commit 3c79f54

Please sign in to comment.