Commit e7150e3b authored by Joshua Tauberer's avatar Joshua Tauberer

pin acme to v0.20, which is the last version compatible with free_tls_certificates

free_tls_certificates uses acme.jose, which in acme v0.21 was moved to a new Python package.

See #1328
parent 8d6d84d8
......@@ -59,7 +59,7 @@ hide_output $venv/bin/pip install --upgrade setuptools
hide_output $venv/bin/pip install --upgrade \
rtyaml "email_validator>=1.0.0" "free_tls_certificates>=0.1.3" "exclusiveprocess" \
flask dnspython python-dateutil \
"idna>=2.0.0" "cryptography>=1.0.2" acme boto psutil
"idna>=2.0.0" "cryptography>=1.0.2" "acme==0.20.0" boto psutil
# CONFIGURATION
......
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