[Repoze-checkins] r1664 - repoze.cluegun/trunk

Chris McDonough chrism at agendaless.com
Sat Aug 23 22:04:24 EDT 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Sat Aug 23 22:04:24 2008
New Revision: 1664

Log:
Rely on FormEncode, as repoze.bfg no longer does.


Modified:
   repoze.cluegun/trunk/setup.py

Modified: repoze.cluegun/trunk/setup.py
==============================================================================
--- repoze.cluegun/trunk/setup.py	(original)
+++ repoze.cluegun/trunk/setup.py	Sat Aug 23 22:04:24 2008
@@ -61,6 +61,7 @@
           'repoze.who',
           'ZODB3',
           'Pygments',
+          'FormEncode',
       ],
       install_requires=[
           'repoze.bfg',
@@ -69,6 +70,7 @@
           'repoze.who',
           'ZODB3',
           'Pygments',
+          'FormEncode',
       ],
       test_suite="repoze.cluegun.tests.test_suite",
       entry_points = """\


More information about the Repoze-checkins mailing list