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

ImportError when idna dependency not installed #98

Closed
bwhmather opened this issue Jan 3, 2022 · 0 comments · Fixed by #99
Closed

ImportError when idna dependency not installed #98

bwhmather opened this issue Jan 3, 2022 · 0 comments · Fixed by #99
Labels

Comments

@bwhmather
Copy link
Owner

validate_email_address is imported unconditionally in __init__.py resulting in an unavoidable import error if the package is installed without email extras.

@bwhmather bwhmather added the bug label Jan 3, 2022
bwhmather added a commit that referenced this issue Jan 3, 2022
Fix ImportError when `email` extras not installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant