From ae4c3ea0a638d5e8caf2ab5f64001bd10ca35129 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 16 Sep 2022 09:40:02 +0300 Subject: Add dependency: gunicorn * guix.scm: Add dependency (gunicorn) --- guix.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix.scm b/guix.scm index 57ef340..c6e4efe 100644 --- a/guix.scm +++ b/guix.scm @@ -43,7 +43,8 @@ python-pytest python-hypothesis)) (propagated-inputs - (list python-redis + (list gunicorn + python-redis python-flask python-jsonpickle python-mysqlclient)) -- cgit v1.2.3