From patchwork Thu Oct 12 23:31:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alassane Yattara X-Patchwork-Id: 32085 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18040CDB474 for ; Thu, 12 Oct 2023 23:39:06 +0000 (UTC) Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [208.88.110.44]) by mx.groups.io with SMTP id smtpd.web10.27510.1697153941241880286 for ; Thu, 12 Oct 2023 16:39:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@savoirfairelinux.com header.s=DFC430D2-D198-11EC-948E-34200CB392D2 header.b=tpRApGq0; spf=pass (domain: savoirfairelinux.com, ip: 208.88.110.44, mailfrom: alassane.yattara@savoirfairelinux.com) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id C5A8B9C2813 for ; Thu, 12 Oct 2023 19:38:59 -0400 (EDT) Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10032) with ESMTP id n54EL_epmCX1; Thu, 12 Oct 2023 19:38:59 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 5F0C99C2A59; Thu, 12 Oct 2023 19:38:59 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.savoirfairelinux.com 5F0C99C2A59 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=savoirfairelinux.com; s=DFC430D2-D198-11EC-948E-34200CB392D2; t=1697153939; bh=NNU3jAHuhT5ISSTF3V7kb81fwbiQiSslDUaxg4l2Z9U=; h=From:To:Date:Message-Id:MIME-Version; b=tpRApGq0O5I43+CafwLH2CI4Ll/CoP5CPXD18AqE251WpudskAMp/5AD6BOLQRa4/ rTrMOWWGsD1nW9SiKaVqHrfbv5LIaGyyZIJpV7wOLWOMNS9+ISZ/+oEKJJvOBEUDm4 a8wJ6549Nia3a6No1v4mm7zc8obfAe0N4+PFNGK2nyIrkg9M4m9swywLvXnTT9NFKa VDuSm50wkQ9cP+Qnk+L8f/oVlDDK7F111nWrPBLWv/kkJrtpWtIqPCRxQ0SZftDcoa AS2xNzP3gTpQYi0NoIX0tNnejDcso05PkUaTfC58luuhmJ5zp6BCDLot9a4749of8r xRUONJkC/nPZg== X-Virus-Scanned: amavis at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavis, port 10026) with ESMTP id 8ehQ5dE8LCN9; Thu, 12 Oct 2023 19:38:59 -0400 (EDT) Received: from jedi.. (unknown [196.117.75.249]) by mail.savoirfairelinux.com (Postfix) with ESMTPSA id 7AE6C9C2813; Thu, 12 Oct 2023 19:38:58 -0400 (EDT) From: Alassane Yattara To: toaster@lists.yoctoproject.org Cc: Alassane Yattara Subject: [PATCH] Update toaster-requirements to add django-log-viewer==1.1.7 Date: Fri, 13 Oct 2023 00:31:05 +0100 Message-Id: <20231012233105.1195152-1-alassane.yattara@savoirfairelinux.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 12 Oct 2023 23:39:06 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/toaster/message/5859 Django Log Viewer allows us to read & download log files in the admin page by using DataTables Signed-off-by: Alassane Yattara --- toaster-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/toaster-requirements.txt b/toaster-requirements.txt index c1f433f9..d8e48b7f 100644 --- a/toaster-requirements.txt +++ b/toaster-requirements.txt @@ -1,3 +1,4 @@ Django>4.2,<4.3 beautifulsoup4>=4.4.0 pytz +django-log-viewer==1.1.7