diff options
author | Frederick Muriuki Muriithi | 2022-09-16 09:40:02 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-09-16 09:40:02 +0300 |
commit | ae4c3ea0a638d5e8caf2ab5f64001bd10ca35129 (patch) | |
tree | 61a89d12020d871e55bbcbb6ac93cf7030b9e2a5 | |
parent | a7e9e94cfafcdee11a68d440a71fb4936c9af82b (diff) | |
download | gn-uploader-ae4c3ea0a638d5e8caf2ab5f64001bd10ca35129.tar.gz |
Add dependency: gunicorn
* guix.scm: Add dependency (gunicorn)
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ python-pytest python-hypothesis)) (propagated-inputs - (list python-redis + (list gunicorn + python-redis python-flask python-jsonpickle python-mysqlclient)) |