about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-08-04 12:50:11 +0300
committerFrederick Muriuki Muriithi2023-08-04 12:50:11 +0300
commit1c37069b05145145ee7fa98b54c2bd2ab23fb45d (patch)
tree1ee0ad6722ba62f8942d052a1b6b1b832a2cfa8a
parentbd99071174bfa80d179dd32673200f51000b86b5 (diff)
downloadgn-auth-1c37069b05145145ee7fa98b54c2bd2ab23fb45d.tar.gz
Add some missing packages
-rw-r--r--.guix/modules/guix-package.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/.guix/modules/guix-package.scm b/.guix/modules/guix-package.scm
index bda9204..899f0d7 100644
--- a/.guix/modules/guix-package.scm
+++ b/.guix/modules/guix-package.scm
@@ -62,7 +62,9 @@
  (propagated-inputs
   (list python-flask
 	python-authlib
+	python-pymonad
 	yoyo-migrations
+	python-bcrypt ;; remove after removing all references
 	python-argon2-cffi
 	python-email-validator))
  (home-page "https://github.com/genenetwork/gn-auth")