diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 59d1afa..bf240bc 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,10 @@ Changelog 1.2 - Unreleased ---------------- +- Fix requirements to work correctly with dexterity and + to include simplejson. + [vangheem] + 1.1 - 2011-07-21 ---------------- diff --git a/setup.py b/setup.py index 54a2c67..9a72911 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,9 @@ 'zc.async', 'zc.monitor', 'zc.z3monitor', - 'collective.testcaselayer' + 'collective.testcaselayer', + 'simplejson', + 'five.intid' ], entry_points={ 'z3c.autoinclude.plugin': 'target=plone', diff --git a/src/plone/app/async/configure.zcml b/src/plone/app/async/configure.zcml index c62dae7..321fd2a 100644 --- a/src/plone/app/async/configure.zcml +++ b/src/plone/app/async/configure.zcml @@ -3,11 +3,8 @@ xmlns:zcml="http://namespaces.zope.org/zcml" i18n_domain="plone.app.async"> - - - - - + +