adding setuptools to initial pip3 installation
This commit is contained in:
parent
a3c71fe14f
commit
f6eacae0fc
|
@ -17,7 +17,7 @@ apt_install build-essential libssl-dev libffi-dev python3-dev
|
|||
# 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" "exclusiveprocess" \
|
||||
"idna>=2.0.0" "cryptography>=1.0.2" boto psutil
|
||||
"idna>=2.0.0" "cryptography>=1.0.2" boto psutil setuptools
|
||||
|
||||
# duplicity uses python 2 so we need to get the python 2 package of boto to have backups to S3.
|
||||
# boto from the Ubuntu package manager is too out-of-date -- it doesn't support the newer
|
||||
|
|
Loading…
Reference in New Issue