CKAN version
2.9.5
Describe the bug
Obsolete requirements:
Specifically, (at least on python 3) the zope.interface pin is the one that's preventing us from using modern setuptools and requiring a pin. (at least, until one installs ckanext-dcat, which is limited to setuptools<58.0 due to rdflib-jsonld)
Proposed fix
Unpin pytz. Update zope.interface to <5.0
CKAN version
2.9.5
Describe the bug
Obsolete requirements:
Specifically, (at least on python 3) the zope.interface pin is the one that's preventing us from using modern setuptools and requiring a pin. (at least, until one installs ckanext-dcat, which is limited to setuptools<58.0 due to rdflib-jsonld)
Proposed fix
Unpin pytz. Update zope.interface to <5.0