[Checkins] SVN: grok/trunk/setup.py We actually require at least martian 0.9.7 now.

Philipp von Weitershausen philikon at philikon.de
Thu May 29 06:48:43 EDT 2008


Log message for revision 87019:
  We actually require at least martian 0.9.7 now.
  

Changed:
  U   grok/trunk/setup.py

-=-
Modified: grok/trunk/setup.py
===================================================================
--- grok/trunk/setup.py	2008-05-29 10:48:18 UTC (rev 87018)
+++ grok/trunk/setup.py	2008-05-29 10:48:43 UTC (rev 87019)
@@ -35,7 +35,7 @@
     include_package_data = True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian >= 0.9.6',
+                      'martian >= 0.9.7',
                       'grokcore.component >= 1.3',
                       'simplejson',
                       'pytz',



More information about the Checkins mailing list