diff -r 6463c617c209 -r a196d968a87f setup.py --- a/setup.py Sat May 10 11:31:15 2014 +0200 +++ b/setup.py Sat May 10 11:32:13 2014 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.10' +version = '0.4.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ @@ -92,7 +92,6 @@ 'zope.session', 'zope.tales', 'zope.traversing', - 'zopyx.txng3.core', 'ztfy.jqueryui >= 0.7.0', ], entry_points="""