From c28090e75da6d7c1b09ddd27cda7a0d6f94a9330 Mon Sep 17 00:00:00 2001 From: zqq61 <1852150449@qq.com> Date: Sun, 15 Mar 2026 23:42:23 +0800 Subject: [PATCH] fix: add email-validator dependency --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 34d201f..90e2c5c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,3 +9,4 @@ pydantic==2.11.3 pydantic-settings==2.6.0 httpx==0.28.1 cryptography==43.0.0 +email-validator==2.1.1