Unverified Commit 798e798f authored by Daniel Butler's avatar Daniel Butler Committed by GitHub

adding email validator

running flask admin raised the following issue

`Exception: Install 'email_validator' for email validation support.`
parent 35d21b68
...@@ -7,6 +7,7 @@ enum34; python_version < '3.0' ...@@ -7,6 +7,7 @@ enum34; python_version < '3.0'
sqlalchemy_utils sqlalchemy_utils
arrow arrow
colour colour
email_validator
# note: for local development, replace 'Flask-Admin' above with a reference to # note: for local development, replace 'Flask-Admin' above with a reference to
# your local copy of the repo e.g. '-e .' if you're installing this from the # your local copy of the repo e.g. '-e .' if you're installing this from the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment