[Checkins] SVN: grok/trunk/setup.py Note the grokcore.site minimal dependency requirement.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Dec 31 11:41:28 EST 2010


Log message for revision 119235:
  Note the grokcore.site minimal dependency requirement.

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2010-12-31 15:07:26 UTC (rev 119234)
+++ grok/trunk/setup.py	2010-12-31 16:41:27 UTC (rev 119235)
@@ -57,7 +57,7 @@
         'grokcore.message',
         'grokcore.rest',
         'grokcore.security >= 1.1',
-        'grokcore.site',
+        'grokcore.site > 1.4',
         'grokcore.traverser',
         'grokcore.view',
         'grokcore.view [security_publication]',



More information about the checkins mailing list