diff options
| author | Chris McDonough <chrism@plope.com> | 2010-12-19 01:19:50 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-12-19 01:19:50 -0500 |
| commit | 14b78b33fb6d875c41ab0f95f9d9796cc050d615 (patch) | |
| tree | ce1c35c6059640de8be7731c692dff9cd3429b5b /setup.py | |
| parent | e17964766e467dc926c6fc41afbef0add5e91aac (diff) | |
| download | pyramid-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', ] |
