diff options
author | Frederick Muriuki Muriithi | 2022-09-16 11:49:08 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-09-16 11:49:08 +0300 |
commit | b735cae93ac8243bc9b07a10549a68330934d9bf (patch) | |
tree | 4838add7d9f49a6d7b0b487f4e3d833ab6b76a2d /guix.scm | |
parent | 11fdccc4fcc52b805d6568e774067df8225c3ccd (diff) | |
download | gn-uploader-b735cae93ac8243bc9b07a10549a68330934d9bf.tar.gz |
Add redis and mariadb as propagated inputs
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 |