-
Notifications
You must be signed in to change notification settings - Fork 291
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
email_validator package missing in requirements #306
Comments
This is a problem for me too. I solved this temporarily by pinning
An alternative to pinning in |
Yep, I encountered this too, and there isn't much I can do about it. Other than installing the This happens because There is a duplicate for this at #313. |
The issue is that Flask-User uses the WTForms For now, you can work around this by directly depending on |
You might want to consider adding
wtforms[email]
as a dependency.The text was updated successfully, but these errors were encountered: