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

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


Log message for revision 101503:
  Fixed the version of grokcore.security to 1.1
  

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

-=-
Modified: grokcore.formlib/trunk/setup.py
===================================================================
--- grokcore.formlib/trunk/setup.py	2009-07-04 10:34:32 UTC (rev 101502)
+++ grokcore.formlib/trunk/setup.py	2009-07-04 10:35:31 UTC (rev 101503)
@@ -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.formlib',
                       # for tests:



More information about the Checkins mailing list