Skip to content

Commit

Permalink
Merge pull request #5 from zopefoundation/resurrection-python3
Browse files Browse the repository at this point in the history
Fix dependencies by removing ZODB3.
  • Loading branch information
janwijbrand committed Jan 10, 2018
2 parents 7b97dab + 4594033 commit 2e2223d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Changes
3.0.1 (unreleased)
------------------

- Nothing changed yet.

- Fix dependencies by removing ZODB3.

3.0.0 (2018-01-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(*rnames):

install_requires = [
'setuptools',
'ZODB3',
'persistent',
'grokcore.component >= 2.1',
'zope.annotation',
'zope.container',
Expand Down

0 comments on commit 2e2223d

Please sign in to comment.