[Checkins] SVN: grokcore.viewlet/trunk/setup.py Fixed the verson of grokcore.security to 1.1

Kevin Gill kevin at movieextras.ie
Sat Jul 4 06:34:32 EDT 2009


Log message for revision 101502:
  Fixed the verson of grokcore.security to 1.1
  

Changed:
  U   grokcore.viewlet/trunk/setup.py

-=-
Modified: grokcore.viewlet/trunk/setup.py
===================================================================
--- grokcore.viewlet/trunk/setup.py	2009-07-04 10:33:45 UTC (rev 101501)
+++ grokcore.viewlet/trunk/setup.py	2009-07-04 10:34:32 UTC (rev 101502)
@@ -35,7 +35,7 @@
     install_requires=['setuptools',
                       'martian >= 0.10',
                       'grokcore.component >= 1.5',
-                      'grokcore.security',
+                      'grokcore.security >= 1.1',
                       'grokcore.view >= 1.1',
                       'zope.viewlet',
                       # for tests:



More information about the Checkins mailing list