Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In setups where passwords are not used, it is preferential to not have argon2 be an optional dependency: - If not used, let us not import it - argon2 has C-extensions, so it should ideally not be a hard requirement unless we can avoid it It should still be a install requirement, as it is used by default, but pip allows you to side step that if you insist.
- Loading branch information