diff options
author | Pjotr Prins | 2021-08-07 12:06:49 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-07 12:06:49 +0200 |
commit | e0476d51603432f60b6412b65486166deabe9e08 (patch) | |
tree | d201eb44bb0490dfeb3e9d87386adc866591db54 /guix.scm | |
parent | 33700066452e3c5f341b790f015f85fb976d06be (diff) | |
download | genenetwork3-e0476d51603432f60b6412b65486166deabe9e08.tar.gz |
Add gunicorn support for production
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -82,8 +82,9 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) - ("gemma-wrapper" ,gemma-wrapper) ("csvdiff" ,go-github-com-aswinkarthik-csvdiff) + ("gemma-wrapper" ,gemma-wrapper) + ("gunicorn" ,gunicorn) ("python" ,python-wrapper) ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) |