Skip to content
Snippets Groups Projects
Commit 4f66312d authored by Johannes Löthberg's avatar Johannes Löthberg
Browse files

python_dependencies: Use bcrypt module instead of py-bcrypt


py-bcrypt has been unmaintained for a long while, while bcrypt is
actively maintained. And since ff8b8711
we're compatible with the bcrypt anyway.

Signed-off-by: default avatarJohannes Löthberg <johannes@kyriasis.com>
parent 3fafb7b1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ REQUIREMENTS = { ...@@ -31,7 +31,7 @@ REQUIREMENTS = {
"pyyaml": ["yaml"], "pyyaml": ["yaml"],
"pyasn1": ["pyasn1"], "pyasn1": ["pyasn1"],
"daemonize": ["daemonize"], "daemonize": ["daemonize"],
"py-bcrypt": ["bcrypt"], "bcrypt": ["bcrypt"],
"pillow": ["PIL"], "pillow": ["PIL"],
"pydenticon": ["pydenticon"], "pydenticon": ["pydenticon"],
"ujson": ["ujson"], "ujson": ["ujson"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment