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)
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.


No differences found