From 1f534aed244b579cf780eb1993d2824546c9603d Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 25 Jun 2024 00:35:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(backend)=20add=20livekit-api=20depend?= =?UTF-8?q?encies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add livekit-api dependencies. According to the documentation, this Python package is required while issuing Access Token for a LiveKit server, to the users. --- src/backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index a5a87517..90a7fc2b 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -56,6 +56,7 @@ dependencies = [ "WeasyPrint>=60.2", "whitenoise==6.6.0", "mozilla-django-oidc==4.0.0", + "livekit-api==0.5.1", ] [project.urls]