From e5cf3178743260e5003f3a9becf025c154204ccd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 7 Aug 2023 07:24:51 +0300 Subject: Update dependencies * python-redis: Enable access to Redis * python-mysqlclient: Enable access to MySQL/Mariadb --- .guix/modules/guix-package.scm | 2 ++ 1 file changed, 2 insertions(+) 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") -- cgit v1.2.3