Skip to content

Commit

Permalink
pin acme to v0.20, which is the last version compatible with free_tls…
Browse files Browse the repository at this point in the history
…_certificates

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

See #1328
  • Loading branch information
JoshData committed Jan 20, 2018
1 parent 8d6d84d commit e7150e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/management.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7150e3

Please sign in to comment.