about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/guix.scm b/guix.scm
index 6c0ba25..49ad825 100644
--- a/guix.scm
+++ b/guix.scm
@@ -38,13 +38,14 @@
 	       (when tests?
 		 (invoke "pytest")))))))
       (inputs
-       (list redis
-	     python-mypy
+       (list python-mypy
 	     python-pylint
 	     python-pytest
 	     python-hypothesis))
       (propagated-inputs
-       (list gunicorn
+       (list redis
+	     mariadb
+	     gunicorn
 	     python-redis
 	     python-flask
 	     python-jsonpickle