diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |