[Checkins] SVN: grok/trunk/setup.py sorting

Reinout van Rees reinout at vanrees.org
Wed Dec 9 06:34:09 EST 2009


Log message for revision 106325:
  sorting
  

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2009-12-09 11:33:33 UTC (rev 106324)
+++ grok/trunk/setup.py	2009-12-09 11:34:08 UTC (rev 106325)
@@ -35,7 +35,7 @@
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian >= 0.10, < 0.12',
+                      'ZODB3',
                       'grokcore.annotation >= 1.1',
                       'grokcore.component >= 1.5, < 2.0',
                       'grokcore.formlib >= 1.4',
@@ -43,9 +43,13 @@
                       'grokcore.site',
                       'grokcore.view >= 1.12',
                       'grokcore.viewlet >= 1.3',
+                      'martian >= 0.10, < 0.12',
+                      'pytz',
                       'simplejson',
-                      'pytz',
-                      'ZODB3',
+                      'z3c.autoinclude',
+                      'z3c.flashmessage',
+                      'z3c.testsetup',
+                      'zc.catalog',
                       'zope.annotation',
                       'zope.app.appsetup',
                       'zope.app.authentication',
@@ -58,11 +62,11 @@
                       'zope.app.twisted',
                       'zope.app.zcmlfiles',
                       'zope.catalog',
-                      'zope.container',
                       'zope.component',
                       'zope.configuration',
+                      'zope.container',
+                      'zope.deprecation',
                       'zope.dottedname',
-                      'zope.deprecation',
                       'zope.event',
                       'zope.formlib',
                       'zope.hookable',
@@ -78,14 +82,10 @@
                       'zope.schema',
                       'zope.security',
                       'zope.securitypolicy',
+                      'zope.testbrowser',
                       'zope.testing',
                       'zope.traversing',
-                      'zope.testbrowser',
                       'zope.viewlet',
-                      'zc.catalog',
-                      'z3c.flashmessage',
-                      'z3c.autoinclude',
-                      'z3c.testsetup',
                       # deprecated packages, there for backwards compatibility
                       'zope.app.error',
                       'zope.app.securitypolicy',



More information about the checkins mailing list