Skip to content

Commit

Permalink
refactor: adds pydantic email validator
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Oct 2, 2024
1 parent 87c9341 commit be65395
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 47 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ pluggy = "^1.3.0"
anyio = "^4.3.0"
aiohttp = "^3.9.4"

pytz = "^2024.2"
email-validator = "^2.2.0"
[tool.poetry.group.dev.dependencies]
pytest-cov = "^5.0.0"
coverage = "^7.5.1"
Expand Down

0 comments on commit be65395

Please sign in to comment.