Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`utils/hash.py` uses `pbkdf2_bin` from werkzeug, which will be removed in 2.1. Pin the version until a fix is made. See error: ``` isso/utils/hash.py:71: DeprecationWarning: 'pbkdf2_bin' is deprecated and will be removed in Werkzeug 2.1. Use 'hashlib.pbkdf2_hmac()' instead. return pbkdf2(val, self.salt, self.iterations, self.dklen, self.func) ```
- Loading branch information