setup.py
branchZTK-1.1
changeset 260 acc0d940133f
parent 257 ac47d86ae3ea
child 263 dec0866c6c44
--- 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="""