[PATCH] Update toaster-requirements to add django-log-viewer==1.1.7

Alassane Yattara <[email protected]> Fri, 13 Oct 2023 00:31:05 +0100
Newsgroups org.yoctoproject.lists.toaster
Message-ID <[email protected]>
Django Log Viewer allows us to read & download log files
in the admin page by using DataTables

Signed-off-by: Alassane Yattara <[email protected]>
---
 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
-- 
2.34.1