From 47465828d839c460a6af12894451539908d76c26 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:11:59 +0900 Subject: feat: add Claude-powered daily stock screener for MOC strategy --- shared/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shared/pyproject.toml') diff --git a/shared/pyproject.toml b/shared/pyproject.toml index c36f00b..830088d 100644 --- a/shared/pyproject.toml +++ b/shared/pyproject.toml @@ -23,6 +23,9 @@ dev = [ "pytest-asyncio>=0.23", "ruff>=0.4", ] +claude = [ + "anthropic>=0.40", +] [build-system] requires = ["hatchling"] -- cgit v1.2.3