Skip to content

Commit 6bcc38f

Browse files
committed
chore: create extra dependency groups per utility
1 parent a6a7ed2 commit 6bcc38f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ filelock = "^3.8.0"
7676
checksumdir = "^1.2.0"
7777

7878
[tool.poetry.extras]
79-
extras = ["pydantic", "email-validator", "aws-xray-sdk", "fastjsonschema"]
79+
parser = ["pydantic", "email-validator"]
80+
validation = ["fastjsonschema"]
81+
tracer = ["aws-xray-sdk"]
82+
all = ["pydantic", "email-validator", "aws-xray-sdk", "fastjsonschema"]
8083

8184
[tool.coverage.run]
8285
source = ["aws_lambda_powertools"]

0 commit comments

Comments
 (0)