diff options
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/pyproject.toml | 3 |
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"] |
