You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments