From e7150e3bc61390b71661d812bbbd7242bf7ee422 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 20 Jan 2018 11:23:45 -0500 Subject: [PATCH] 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 --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 468e06a9..e3b3ec06 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -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