summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 01:19:50 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 01:19:50 -0500
commit14b78b33fb6d875c41ab0f95f9d9796cc050d615 (patch)
treece1c35c6059640de8be7731c692dff9cd3429b5b /setup.py
parente17964766e467dc926c6fc41afbef0add5e91aac (diff)
downloadpyramid-14b78b33fb6d875c41ab0f95f9d9796cc050d615.tar.gz
pyramid-14b78b33fb6d875c41ab0f95f9d9796cc050d615.tar.bz2
pyramid-14b78b33fb6d875c41ab0f95f9d9796cc050d615.zip
- 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).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',
]