Switch to passlib.PasswordHash.hash
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 27 Jan 2019 19:14:04 +0000 (19:14 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 27 Jan 2019 19:14:04 +0000 (19:14 +0000)
commitae460f25e34c912a644dd29c34d83389b31310f4
treef8743157eb10bd2ec04e1b712318231d37ffc295
parentb64bdabe02e5d30113df5052050cfb9b62683a74
Switch to passlib.PasswordHash.hash

Starting with passlib 1.7 the PasswordHash.encrypt() method has been
renamed to PasswordHash.hash() for clarity, and the old name
deprecated. Use the new name and update our minimum passlib
dependency version accordingly.
mudpy/password.py
requirements.txt