mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
pin back configargparse
This commit is contained in:
parent
4f84c0ce79
commit
51ee916466
1 changed files with 4 additions and 2 deletions
|
|
@ -46,9 +46,11 @@ AUTHORITATIVE_CONSTRAINTS = {
|
|||
# certbot-auto failures on Python 3.6+ which enum34 doesn't support. See #5456.
|
||||
# TODO: hashin seems to overwrite environment markers in dependencies. This needs to be fixed.
|
||||
'enum34': '1.1.6 ; python_version < \'3.4\'',
|
||||
# Newer versions of requests dropped support for python 3.4. Once Certbot does as well,
|
||||
# we should unpin the dependency.
|
||||
# Newer versions of ConfigArgParse and requests dropped support for python
|
||||
# 3.4. Once Certbot does as well, we should unpin these dependencies.
|
||||
'requests': '2.21.0',
|
||||
'ConfigArgParse': '0.14.0',
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue