From 98971b13780da6d03ca93b48c7bd34821713a50f Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Tue, 18 Jun 2024 18:12:46 +0200 Subject: [PATCH] Add django-allauth and lxml dependencies --- backend/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3b690d37a..1f8c1c25f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,3 +20,5 @@ drf-spectacular==0.27.2 django-rest-knox==4.2.0 django-allauth[socialaccount]>=0.63.3 pre-commit==3.7.1 +django-allauth==0.63.3 +lxml==5.2.2