summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-09 00:12:26 -0500
committerChris McDonough <chrism@plope.com>2012-02-09 00:12:26 -0500
commite4b8fa632c5d2b020e168f4efe3d7c00049a279f (patch)
treeeb7daee9633f99dc46004c5351dc5a1f07534826 /setup.py
parente3f9d0e6ea3c98699de7b60bc3900b1a40fcba19 (diff)
downloadpyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.tar.gz
pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.tar.bz2
pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.zip
Features
-------- - The ``scan`` method of a ``Configurator`` can be passed an ``ignore`` argument, which can be a string, a callable, or a list consisting of strings and/or callables. This feature allows submodules, subpackages, and global objects from being scanned. See http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for more information about how to use the ``ignore`` argument to ``scan``. Dependencies ------------ - Depend on ``venusian`` >= 1.0a3 to provide scan ``ignore`` support.
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 c719bd9fe..a6cfa1480 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ install_requires=[
'repoze.lru >= 0.4', # py3 compat
'zope.interface >= 3.8.0', # has zope.interface.registry
'zope.deprecation >= 3.5.0', # py3 compat
- 'venusian >= 1.0a1', # ``onerror``
+ 'venusian >= 1.0a3', # ``ignore``
'translationstring >= 0.4', # py3 compat
'PasteDeploy >= 1.5.0', # py3 compat
]