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)
commit85449853b852168f476fde4126ef70599d54a9d1
treef8743157eb10bd2ec04e1b712318231d37ffc295
parent122879bfc65bed61f53851be769fa59a1e12caf3
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