From 3fd91222c6fb46bc2d5838229d7c54130619d73a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 13 Jul 2008 10:21:59 +0000 Subject: Use an application-local component registry. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3a18fce1b..264a26946 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ setup(name='repoze.bfg', 'zope.interface', 'zope.component', 'zope.testing', + 'zope.hookable', 'WebOb', 'Paste', 'z3c.pt', @@ -59,6 +60,7 @@ setup(name='repoze.bfg', 'zope.interface', 'zope.component', 'zope.testing', + 'zope.hookable', 'WebOb', 'Paste', 'z3c.pt', -- cgit v1.2.3