[Repoze-checkins] r1239 - repoze.bfg/trunk

Chris McDonough chrism at agendaless.com
Mon Jul 7 01:21:57 EDT 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Mon Jul  7 01:21:56 2008
New Revision: 1239

Log:
Require paste.


Modified:
   repoze.bfg/trunk/setup.py

Modified: repoze.bfg/trunk/setup.py
==============================================================================
--- repoze.bfg/trunk/setup.py	(original)
+++ repoze.bfg/trunk/setup.py	Mon Jul  7 01:21:56 2008
@@ -51,13 +51,15 @@
             'zope.interface',
             'zope.component',
             'zope.testing',
-            'WebOb'
+            'WebOb',
+            'Paste',
             ],
       tests_require=[
             'zope.interface',
             'zope.component',
             'zope.testing',
             'WebOb',
+            'Paste',
             ],
       test_suite="repoze.bfg.tests",
       entry_points = """\


More information about the Repoze-checkins mailing list