[FIX] letsencrypt: freeze acme lib before version 2.0.0
This should be improved by #2502pull/2503/head
parent
0a3dda46e1
commit
b602f145c7
|
@ -18,6 +18,6 @@
|
|||
"post_init_hook": "post_init_hook",
|
||||
"installable": True,
|
||||
"external_dependencies": {
|
||||
"python": ["acme", "cryptography", "dnspython", "josepy"]
|
||||
"python": ["acme<2.0.0", "cryptography", "dnspython", "josepy"]
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# generated from manifests external_dependencies
|
||||
acme
|
||||
acme<2.0.0
|
||||
astor
|
||||
cryptography
|
||||
dataclasses
|
||||
|
|
Loading…
Reference in New Issue