Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argon2 as an optional dependency #532

Merged
merged 1 commit into from
Jun 1, 2021

Commits on Jun 1, 2021

  1. argon2 as an optional dependency

    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.
    vidartf committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0a42f89 View commit details
    Browse the repository at this point in the history