chore(stock-lab): FDR/네이버 데이터 의존성 + screener 패키지 골격

This commit is contained in:
2026-05-12 03:55:45 +09:00
parent b4dd21e67a
commit 8707d322e4
2 changed files with 12 additions and 0 deletions

View 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__ = []

View File

@@ -6,4 +6,6 @@ fastapi==0.115.6
uvicorn[standard]==0.30.6
apscheduler==3.10.4
python-dotenv==1.0.1
finance-datareader==0.9.110
lxml==6.1.0