plone.app.iterate/master: Merge pull request #49 from plone/tomgross_update_deps
GitHub <jenkins-z4DKO/[email protected]> Tue, 01 Aug 2017 02:11:27 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: plone.app.iterate Branch: refs/heads/master Date: 2017-08-01T11:11:17+02:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: https://github.com/plone/plone.app.iterate/commit/b162be541a477af1cabe67232839ac4259bcbe5c Merge pull request #49 from plone/tomgross_update_deps Remove AT as hard dependency and ZODB3 version pin Files changed: M CHANGES.rst M setup.py diff --git a/CHANGES.rst b/CHANGES.rst index e02f34b..f96c6a7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,11 @@ New features: Bug fixes: -- *add item here* +- Do not depend on Products.Archetypes anymore. (part 2) + [tomgross] + +- Remove explicit dependency on ZODB3 + [tomgross] 3.3.3 (2017-05-31) diff --git a/setup.py b/setup.py index 130476d..df5c346 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ 'DateTime', 'plone.locking', 'plone.memoize', - 'Products.Archetypes', 'Products.CMFCore', 'Products.CMFEditions', 'Products.CMFPlacefulWorkflow', @@ -47,7 +46,6 @@ 'Products.GenericSetup>=1.8.2', 'Products.statusmessages', 'setuptools', - 'ZODB3', 'zope.annotation', 'zope.component', 'zope.event', ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot