From c067b19059f8d36a06d8438edcf41d2b0826def2 Mon Sep 17 00:00:00 2001 From: host Date: Sun, 9 Aug 2026 14:23:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20=D0=B4=D0=BB=D1=8F=20email=20=D0=B8=20OAut?= =?UTF-8?q?h2=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index ce4bfe1..5d9adfe 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,8 @@ fastapi==0.115.6 uvicorn[standard]==0.34.0 pydantic-settings==2.7.1 +email-validator==2.2.0 +python-multipart==0.0.20 SQLAlchemy==2.0.37 psycopg[binary]==3.2.3 python-jose[cryptography]==3.3.0