Skip to content

Commit

Permalink
chore: remove email-validator dependency from the all group
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Oct 14, 2022
1 parent fe45ff7 commit 8a49b7f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 54 deletions.
124 changes: 72 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ mypy-boto3-appconfigdata = "^1.24.36"
importlib-metadata = "^4.13"

[tool.poetry.extras]
parser = ["pydantic", "email-validator"]
parser = ["pydantic"]
validation = ["fastjsonschema"]
tracer = ["aws-xray-sdk"]
all = ["pydantic", "email-validator", "aws-xray-sdk", "fastjsonschema"]
all = ["pydantic", "aws-xray-sdk", "fastjsonschema"]
# allow customers to run code locally without emulators (SAM CLI, etc.)
aws-sdk = ["boto3"]
[tool.coverage.run]
Expand Down

0 comments on commit 8a49b7f

Please sign in to comment.