From fddf2d4636ea74b29cd4b1ee3d30fcd9a4d4bbff Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 16 May 2026 09:08:12 +0000 Subject: [PATCH] chore(deps): add flask-jwt-extended, bcrypt, azure-communication-email --- backend/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4f146296..0a2151fb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,3 +33,8 @@ python-dotenv>=1.0.0 # 数据验证 pydantic>=2.0.0 + +# ============= Autenticació Fase 3 ============= +flask-jwt-extended>=4.6.0 +bcrypt>=4.1.0 +azure-communication-email>=1.0.0