diff options
author | Frederick Muriuki Muriithi | 2023-08-07 07:24:51 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-07 09:26:12 +0300 |
commit | e5cf3178743260e5003f3a9becf025c154204ccd (patch) | |
tree | 2e025b5af5cb7d14584dee608d7b77901bec1c26 | |
parent | c9f35e54d5d894051ceb446d1dce54915dcb20f6 (diff) | |
download | gn-auth-e5cf3178743260e5003f3a9becf025c154204ccd.tar.gz |
Update dependencies
* python-redis: Enable access to Redis
* python-mysqlclient: Enable access to MySQL/Mariadb
-rw-r--r-- | .guix/modules/guix-package.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.guix/modules/guix-package.scm b/.guix/modules/guix-package.scm index 899f0d7..38c4a33 100644 --- a/.guix/modules/guix-package.scm +++ b/.guix/modules/guix-package.scm @@ -61,10 +61,12 @@ python-pylint)) (propagated-inputs (list python-flask + python-redis python-authlib python-pymonad yoyo-migrations python-bcrypt ;; remove after removing all references + python-mysqlclient python-argon2-cffi python-email-validator)) (home-page "https://github.com/genenetwork/gn-auth") |