0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00

Merge pull request #2288 from kyrias/bcrypt

python_dependencies: Use bcrypt module instead of py-bcrypt
This commit is contained in:
Richard van der Hoff 2017-08-23 14:14:56 +01:00 committed by GitHub
commit a7effa8400

View file

@ -31,7 +31,7 @@ REQUIREMENTS = {
"pyyaml": ["yaml"],
"pyasn1": ["pyasn1"],
"daemonize": ["daemonize"],
"py-bcrypt": ["bcrypt"],
"bcrypt": ["bcrypt"],
"pillow": ["PIL"],
"pydenticon": ["pydenticon"],
"ujson": ["ujson"],