check for fields overwriting with email validator

This commit is contained in:
collerek
2024-04-29 11:25:33 +02:00
parent ae8bc85efe
commit 8d3a9c86e7
3 changed files with 66 additions and 8 deletions

View File

@ -129,6 +129,7 @@ watchdog = "<4.0.0"
pytest-codspeed = "^2.2.0"
mike = "^2.0.0"
faker = "^24.3.0"
email-validator = "^2.1.1"
[build-system]
requires = ["poetry-core>=1.0.0"]