add info on zope.publisher version restriction

This commit is contained in:
Helmut Merz 2026-08-20 07:24:46 +02:00
parent b457e3ba37
commit c6155a40e5

View file

@ -11,6 +11,8 @@ license = {text = "MIT"}
keywords = ["loops"] keywords = ["loops"]
authors = [{name = "Helmut Merz", email = "helmutm@cy55.de"}] authors = [{name = "Helmut Merz", email = "helmutm@cy55.de"}]
# zope.publisher: v5.2.1 needed for handling of :records fields,
# should be replaced by patched zope.publisher fork (with multipart monkey patch)
dependencies = [ dependencies = [
"cybertools", "cybertools",
"py-scopes", "py-scopes",