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

Remove unused email-validator dependency #346

Closed
wants to merge 1 commit into from

Conversation

sea-kelp
Copy link
Collaborator

@sea-kelp sea-kelp commented Aug 2, 2023

Description of Changes

email-validator was added as a dependency in this commit but does not appear to ever have been used. This change removes the unused dependency.

Notes for Deployment

None!

Screenshots (if appropriate)

N/A

Tests and linting

  • I have rebased my changes on main

  • just lint passes

  • just test passes

@sea-kelp
Copy link
Collaborator Author

sea-kelp commented Aug 2, 2023

Looks like email_validator is used indirectly by wtforms for email validation

/usr/local/lib/python3.11/site-packages/wtforms/validators.py:393: in __init__
    raise Exception("Install 'email_validator' for email validation support.")
E   Exception: Install 'email_validator' for email validation support.

@sea-kelp sea-kelp closed this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant