From d2ad3b1abffdeeb52e1b5f5a303a381aa3dd477c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 28 Nov 2023 09:29:23 +0300 Subject: Remove bcrypt as a dependency BCrypt has been superceded by argon, and this commit removes it and all code depending on it from the repository. --- .guix/modules/gn-auth.scm | 1 - 1 file changed, 1 deletion(-) (limited to '.guix/modules') diff --git a/.guix/modules/gn-auth.scm b/.guix/modules/gn-auth.scm index fc89597..ec91df0 100644 --- a/.guix/modules/gn-auth.scm +++ b/.guix/modules/gn-auth.scm @@ -60,7 +60,6 @@ ("python-authlib" ,python-authlib) ("python-pymonad" ,python-pymonad) ("yoyo-migrations" ,yoyo-migrations) - ("python-bcrypt" ,python-bcrypt) ;; remove after removing all references ("python-mysqlclient" ,python-mysqlclient) ("python-argon2-cffi" ,python-argon2-cffi) ("python-email-validator" ,python-email-validator))) -- cgit v1.2.3