Skip to content

Commit

Permalink
There is no reason to still depend on ZODB3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored and jensens committed Jul 3, 2018
1 parent f34e9d1 commit daad053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]

tests_require = [
'ZODB3',
'ZODB',
'zope.browsermenu',
'zope.browserpage',
'zope.browserresource',
Expand Down Expand Up @@ -83,7 +83,7 @@
tests_require=tests_require,
extras_require={
'test': tests_require,
'zodb': ['ZODB3'],
'zodb': ['ZODB'],
'zca': [
'zope.component',
'zope.event',
Expand Down

0 comments on commit daad053

Please sign in to comment.