From 706c40d69c95c7df895b69749419250025e91718 Mon Sep 17 00:00:00 2001 From: Automated Action Date: Thu, 12 Jun 2025 13:38:52 +0000 Subject: [PATCH] Add email-validator dependency to fix application startup --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc2e47b..6ae7e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ jinja2>=3.1.2 aiofiles>=23.1.0 python-jose[cryptography]>=3.3.0 passlib[bcrypt]>=1.7.4 -python-multipart>=0.0.6 \ No newline at end of file +python-multipart>=0.0.6 +email-validator>=2.0.0 \ No newline at end of file