Skip to content

Commit

Permalink
Declare zope.traversing as install dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 28, 2023
1 parent 64ca485 commit ff66b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@
5.1 (unreleased)
================

- Nothing changed yet.
- Declare ``zope.traversing`` as install dependency.


5.0 (2023-03-02)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,6 @@ def read(*rnames):

TESTS_REQUIRE = [
'zope.configuration',
'zope.traversing',
'zope.testing',
'zope.testrunner',
]
Expand Down Expand Up @@ -81,6 +80,7 @@ def read(*rnames):
'zope.location',
'zope.publisher >= 4.1.0',
'zope.minmax',
'zope.traversing',
],
extras_require={
'test': TESTS_REQUIRE,
Expand Down

0 comments on commit ff66b04

Please sign in to comment.