diff -r 0ab973692504 -r acc0d940133f setup.py --- a/setup.py Mon Sep 15 12:40:10 2014 +0200 +++ b/setup.py Mon Sep 15 12:50:42 2014 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.11' +version = '0.4.12' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ @@ -92,6 +92,7 @@ 'zope.session', 'zope.tales', 'zope.traversing', + 'zopyx.txng3.core', 'ztfy.jqueryui >= 0.7.0', ], entry_points="""