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

dependencies: fix missing email_validator [more] #312

Merged

Commits on Apr 27, 2020

  1. dependencies: fix missing email_validator [more]

    This is a 'quick' fix for the 2.3.1 breaking change in wtforms
    that requires the email-validator library. WTForms is brought in
    from flask-security and flask-security is a dependency of
    invenio-accounts.
    
    The real fix would be switching to 'flask-security-too` since
    flask-security is not maintained anymore. However, a cursory attempt
    has generated more errors. So until we can address those errors,
    this fix can do.
    
    - also fixes pytest dependency issues
    fenekku committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    356187f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    450175c View commit details
    Browse the repository at this point in the history