Skip to content

Commit

Permalink
Merge pull request #953 from yutiansut/master
Browse files Browse the repository at this point in the history
update conda
  • Loading branch information
yutiansut authored Jan 14, 2019
2 parents ee56b0a + 20a839e commit e231c45
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1,218 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ QA_*.html
test/
*lock.json
docs

record.txt
# Byte-compiled / optimized / DLL files
__pycache__/

Expand Down
23 changes: 0 additions & 23 deletions .sln

This file was deleted.

27 changes: 27 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ source:
git_url: ../

build:
number: 0
entry_points:
- quantaxis=QUANTAXIS.QACmd:QA_cmd
- quantaxisq=QUANTAXIS.QAFetch.QATdx_adv:bat
Expand All @@ -26,6 +27,32 @@ requirements:
- requests >=2.9.1
- PyYAML >=3.12
- python-dateutil >=2.6.1
- pymongo
- bs4
- pandas
- lxml
- matplotlib
- requests
- numpy>=1.12.0
- pytesseract
- gevent-websocket>=0.10.1
- apscheduler>=3.3.1
- tornado
- zenlog
- pyecharts
- protobuf>=3.4
- motor>=1.1
- retrying
- seaborn>=0.8.1
- selenium
- scrapy
- attrs>=17.4.0
- pyconvert>=0.6.3
- demjson>=2.2.4

outputs:
- type: wheel
- name: {{ PKG_NAME }}

about:
home: {{ data.get('url') }}
Expand Down
Loading

0 comments on commit e231c45

Please sign in to comment.