1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-01 21:27:22 +02:00

bump to email_validator 0.1.0-rc5

This commit is contained in:
Joshua Tauberer
2015-05-19 08:37:17 -04:00
parent 0a71dca825
commit 3b86b3fe66
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ if [ -z "$NONINTERACTIVE" ]; then
apt_get_quiet install dialog python3 python3-pip || exit 1
# email_validator is repeated in setup/management.sh
hide_output pip3 install "email_validator==0.1.0-rc4" || exit 1
hide_output pip3 install "email_validator==0.1.0-rc5" || exit 1
message_box "Mail-in-a-Box Installation" \
"Hello and thanks for deploying a Mail-in-a-Box!