From 5632dcab27058875de99d63cbd263acfa3a9a2d5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 28 Apr 2022 15:32:35 +0300 Subject: Use sqlite3 to save the jobs metadata * Use sqlite to save the jobs metadata and enable UI update of the progress for large files --- manifest.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index 9ec50a6..2062b07 100644 --- a/manifest.scm +++ b/manifest.scm @@ -7,4 +7,5 @@ "python-magic" "python-pylint" "python-pytest" - "python-hypothesis")) + "python-hypothesis" + "python-jsonpickle")) -- cgit v1.2.3