mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Pin back zope packages.
This commit is contained in:
parent
51ee916466
commit
5daa997768
1 changed files with 4 additions and 3 deletions
|
|
@ -46,11 +46,12 @@ 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 ConfigArgParse and requests dropped support for python
|
||||
# 3.4. Once Certbot does as well, we should unpin these dependencies.
|
||||
# Newer versions of the packages below dropped support for python 3.4. Once
|
||||
# Certbot does as well, we should unpin these dependencies.
|
||||
'requests': '2.21.0',
|
||||
'ConfigArgParse': '0.14.0',
|
||||
|
||||
'zope.hookable': '4.2.0',
|
||||
'zope.interface': '4.6.0',
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue