Skip to content

Commit

Permalink
Merge pull request #3 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 937e795 + 1716010 commit a8922e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGES.txt
Expand Up @@ -4,8 +4,7 @@ Changes
3.0.1 (unreleased)
------------------

- Nothing changed yet.

- Fix dependencies by removing ZODB3.

3.0.0 (2018-01-05)
------------------
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -42,15 +42,16 @@ def read(*rnames):
include_package_data=True,
zip_safe=False,
install_requires=['setuptools',
'ZODB3',
'zope.event',
'grokcore.component >= 2.1',
'martian >= 0.13',
'persistent',
'zope.annotation',
'zope.component',
'zope.container',
'zope.event',
'zope.interface',
'zope.lifecycleevent',
'zope.schema',
'zope.site',
],
tests_require=tests_require,
Expand Down

0 comments on commit a8922e9

Please sign in to comment.