Pin back zope packages.

This commit is contained in:
Brad Warren 2019-11-13 11:46:07 -08:00
parent 51ee916466
commit 5daa997768

View file

@ -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',
}