diff options
author | Frederick Muriuki Muriithi | 2023-08-23 11:05:59 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-23 11:05:59 +0300 |
commit | 43d0108b482fea449e68ed6250e4ebd930d53d61 (patch) | |
tree | b4a90447c5cdaf96ed285fc72c02bdb81eb35039 /.guix/modules | |
parent | 7ae1856c907422a1c9cfec7d3a8cadaf249acad9 (diff) | |
download | gn-auth-43d0108b482fea449e68ed6250e4ebd930d53d61.tar.gz |
Add gunicorn as a dependency.
Diffstat (limited to '.guix/modules')
-rw-r--r-- | .guix/modules/gn-auth.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.guix/modules/gn-auth.scm b/.guix/modules/gn-auth.scm index 8d52f17..27852f3 100644 --- a/.guix/modules/gn-auth.scm +++ b/.guix/modules/gn-auth.scm @@ -51,7 +51,8 @@ python-pytest-mock python-mypy-extensions)) (propagated-inputs - (list python-flask + (list gunicorn + python-flask python-redis python-authlib python-pymonad |