Skip to content

Commit

Permalink
Merge pull request #63 from cjwatson/declare-zope.schema-4.2.0
Browse files Browse the repository at this point in the history
Properly declare dependency on zope.schema >= 4.2.0
  • Loading branch information
cjwatson committed Oct 25, 2019
2 parents b2b7ec8 + 786fb11 commit a874757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit a874757

Please sign in to comment.