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
This commit is contained in:
Joshua Tauberer 2018-01-20 11:23:45 -05:00
parent 8d6d84d87f
commit e7150e3bc6
1 changed files with 1 additions and 1 deletions

View File

@ -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