mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Bump certbot's acme depenency to 0.22.1 (#5826)
This commit is contained in:
@@ -34,9 +34,7 @@ version = meta['version']
|
|||||||
# specified here to avoid masking the more specific request requirements in
|
# specified here to avoid masking the more specific request requirements in
|
||||||
# acme. See https://github.com/pypa/pip/issues/988 for more info.
|
# acme. See https://github.com/pypa/pip/issues/988 for more info.
|
||||||
install_requires = [
|
install_requires = [
|
||||||
# Remember to update local-oldest-requirements.txt when changing the
|
'acme>=0.22.1',
|
||||||
# minimum acme version.
|
|
||||||
'acme>0.21.1',
|
|
||||||
# We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but
|
# We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but
|
||||||
# saying so here causes a runtime error against our temporary fork of 0.9.3
|
# saying so here causes a runtime error against our temporary fork of 0.9.3
|
||||||
# in which we added 2.6 support (see #2243), so we relax the requirement.
|
# in which we added 2.6 support (see #2243), so we relax the requirement.
|
||||||
|
|||||||
Reference in New Issue
Block a user