add email-validator package

This commit is contained in:
2024-11-09 21:31:13 -06:00
parent 15ce80bb66
commit 47dc26f842
2 changed files with 37 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ orjson = "^3.10.10"
hypercorn = "^0.17.3"
pwdlib = {extras = ["argon2"], version = "^0.2.1"}
pytest-xdist = "^3.6.1"
email-validator = "^2.2.0"
[tool.poetry.group.dev.dependencies]