feat(signal_v2-phase3a): config + state extensions for KIS data

- config.py: KIS_APP_KEY/SECRET/ACCOUNT/IS_VIRTUAL + V1_TOKEN_PATH env
- state.py: PollState extended with minute_bars (deque) and asking_price
- requirements.txt: websockets>=12

19 existing tests still pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-16 05:06:40 +09:00
parent 8342d38935
commit 68eb7b073c
3 changed files with 18 additions and 3 deletions

View File

@@ -6,3 +6,4 @@ python-dotenv>=1.0
pytest>=8.0
pytest-asyncio>=0.23
respx>=0.21
websockets>=12