diff options
author | Frederick Muriuki Muriithi | 2023-11-28 09:29:23 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-28 09:29:23 +0300 |
commit | d2ad3b1abffdeeb52e1b5f5a303a381aa3dd477c (patch) | |
tree | 0be0c13400c9cbbf3fc6dfd186e9a7d7565b71cf /.guix/modules/gn-auth.scm | |
parent | 24a66e814fabcce19d2bf6fb48186f5bc86fff38 (diff) | |
download | gn-auth-d2ad3b1abffdeeb52e1b5f5a303a381aa3dd477c.tar.gz |
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.
Diffstat (limited to '.guix/modules/gn-auth.scm')
-rw-r--r-- | .guix/modules/gn-auth.scm | 1 |
1 files changed, 0 insertions, 1 deletions
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))) |