add python-email-validator dependency

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-01-27 18:36:06 -08:00
parent a5be6fc9be
commit 7a6a38592e
3 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,7 @@ read the instructions below.
python-bleach python-markdown python-alembic hypercorn \
python-itsdangerous python-authlib python-httpx \
python-jinja python-aiofiles python-python-multipart \
python-requests hypercorn python-bcrypt
python-requests hypercorn python-bcrypt python-email-validator
# python3 setup.py install
5) Create a new MySQL database and a user and import the aurweb SQL schema: