From 14b78b33fb6d875c41ab0f95f9d9796cc050d615 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 01:19:50 -0500 Subject: - When a configuration conflict is encountered during scanning, the conflict exception now shows the decorator information that caused the conflict. - Depend on Venusian >= 0.5 (for scanning conflict exception decoration). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 75f5b13dd..f698f06ae 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ install_requires=[ 'zope.configuration', 'zope.deprecation', 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" - 'venusian >= 0.2', + 'venusian >= 0.5', # ``codeinfo`` 'translationstring', ] -- cgit v1.2.3