chore(stock-lab): FDR/네이버 데이터 의존성 + screener 패키지 골격
This commit is contained in:
10
stock-lab/app/screener/__init__.py
Normal file
10
stock-lab/app/screener/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
"""Stock screener — KRX 강세주 분석 노드 기반 보드.
|
||||||
|
|
||||||
|
See docs/superpowers/specs/2026-05-12-stock-screener-board-design.md
|
||||||
|
"""
|
||||||
|
|
||||||
|
# Phase 2 완료 후 활성화:
|
||||||
|
# from .engine import Screener, ScreenContext, ScreenerResult
|
||||||
|
# from .registry import NODE_REGISTRY, GATE_REGISTRY
|
||||||
|
|
||||||
|
__all__ = []
|
||||||
@@ -6,4 +6,6 @@ fastapi==0.115.6
|
|||||||
uvicorn[standard]==0.30.6
|
uvicorn[standard]==0.30.6
|
||||||
apscheduler==3.10.4
|
apscheduler==3.10.4
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
|
finance-datareader==0.9.110
|
||||||
|
lxml==6.1.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user