[Checkins] SVN: megrok.z3cform.wizard/trunk/setup.py dependency cleaning

Christian Klinger cklinger at novareto.de
Thu Mar 18 05:33:58 EDT 2010


Log message for revision 110052:
  dependency cleaning

Changed:
  U   megrok.z3cform.wizard/trunk/setup.py

-=-
Modified: megrok.z3cform.wizard/trunk/setup.py
===================================================================
--- megrok.z3cform.wizard/trunk/setup.py	2010-03-18 09:33:14 UTC (rev 110051)
+++ megrok.z3cform.wizard/trunk/setup.py	2010-03-18 09:33:58 UTC (rev 110052)
@@ -27,10 +27,10 @@
       install_requires=[
           'setuptools',
 	  'z3c.wizard',
-          'grok',
+          'grokcore.view',
+          'zope.app.testing',
+          'zope.app.zcmlfiles',
 	  'megrok.z3cform.base',
-          'megrok.pagetemplate',
-          'zope.app.testing',
       ],
       entry_points="""
       # -*- Entry points: -*-



More information about the checkins mailing list