[project] name = "stock-llm-analyzer" version = "0.1.0" description = "LLM qualitative analysis service using Anthropic Claude API" requires-python = ">=3.12" dependencies = [ "stock-common", "anthropic>=0.40", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/stock_llm_analyzer"]