Commit 098e250c authored by Joshua Tauberer's avatar Joshua Tauberer

bump free_tls_certificates, fixes #695, if a challenge fails dont cache it permanently (or at all)

parent 3d5a35b1
......@@ -14,7 +14,7 @@ apt_install python3-flask links duplicity python-boto libyaml-dev python3-dnspyt
# Install other Python packages. The first line is the packages that Josh maintains himself!
hide_output pip3 install --upgrade \
rtyaml "email_validator>=1.0.0" free_tls_certificates \
rtyaml "email_validator>=1.0.0" "free_tls_certificates>=0.1.3" \
"idna>=2.0.0" "cryptography>=1.0.2" boto psutil
# email_validator is repeated in setup/questions.sh
......
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