feat: email validation

This commit is contained in:
cellarspoon
2022-01-10 10:27:42 +01:00
parent de207e3153
commit 53a6abb7a8
3 changed files with 55 additions and 10 deletions

View File

@ -18,6 +18,7 @@ humanize = "^3.7.1"
python-multipart = "^0.0.5"
python-keycloak = "^0.25.0"
aiofiles = "^0.7.0"
email-validator = "^1.1.3"
[tool.poetry.dev-dependencies]
black = "^21.6b0"