1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

move the custom exclusive process code from utils.py into a new python package named exclusiveprocess

This commit is contained in:
Joshua Tauberer
2017-01-01 17:11:31 -05:00
parent 09577816f8
commit a081d04082
4 changed files with 11 additions and 75 deletions

View File

@@ -16,7 +16,7 @@ apt_install build-essential libssl-dev libffi-dev python3-dev
# The first line is the packages that Josh maintains himself!
# NOTE: email_validator is repeated in setup/questions.sh, so please keep the versions synced.
hide_output pip3 install --upgrade \
rtyaml "email_validator>=1.0.0" "free_tls_certificates>=0.1.3" \
rtyaml "email_validator>=1.0.0" "free_tls_certificates>=0.1.3" "exclusiveprocess" \
"idna>=2.0.0" "cryptography>=1.0.2" boto psutil
# duplicity uses python 2 so we need to get the python 2 package of boto to have backups to S3.