summaryrefslogtreecommitdiff
path: root/shared/pyproject.toml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:11:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:11:59 +0900
commit47465828d839c460a6af12894451539908d76c26 (patch)
tree4d4c43a26d87c243dcffc2ec2bba197c2fd8601f /shared/pyproject.toml
parent71a01fb5577ae8326072020a8de49361f16bd3de (diff)
feat: add Claude-powered daily stock screener for MOC strategy
Diffstat (limited to 'shared/pyproject.toml')
-rw-r--r--shared/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
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"]