aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-04-28 15:32:35 +0300
committerFrederick Muriuki Muriithi2022-04-28 15:32:35 +0300
commit5632dcab27058875de99d63cbd263acfa3a9a2d5 (patch)
tree93cce3204086c14760c3e76497b8b106100b4a96 /manifest.scm
parentdefc1cf0c1635f3262200a9ba25d8bd0c6fc0a93 (diff)
downloadgn-uploader-5632dcab27058875de99d63cbd263acfa3a9a2d5.tar.gz
Use sqlite3 to save the jobs metadata
* Use sqlite to save the jobs metadata and enable UI update of the progress for large files
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm3
1 files changed, 2 insertions, 1 deletions
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"))