diff --git a/CHANGES.rst b/CHANGES.rst index a4a20d7..89d60b6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,9 @@ - Add support for Python 3.8a3. +- Properly declare dependency on zope.schema >= 4.2.0, introduced in + zope.security 4.2.1. + 4.3.1 (2019-01-03) ================== diff --git a/setup.py b/setup.py index 335b064..1a3fb1d 100644 --- a/setup.py +++ b/setup.py @@ -180,7 +180,7 @@ def __str__(self): 'zope.interface', 'zope.location', 'zope.proxy >= 4.3.0', - 'zope.schema', + 'zope.schema >= 4.2.0', ], tests_require=TESTS_REQUIRE, extras_require={