diff options
-rw-r--r-- | guix.scm | 7 |
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 |