[Checkins] SVN: grok/branches/timte-json/setup.py Require simplejson. this is now a dependency of grok.

Martijn Faassen faassen at infrae.com
Mon Apr 16 12:20:18 EDT 2007


Log message for revision 74181:
  Require simplejson. this is now a dependency of grok.
  

Changed:
  U   grok/branches/timte-json/setup.py

-=-
Modified: grok/branches/timte-json/setup.py
===================================================================
--- grok/branches/timte-json/setup.py	2007-04-16 16:10:28 UTC (rev 74180)
+++ grok/branches/timte-json/setup.py	2007-04-16 16:20:17 UTC (rev 74181)
@@ -15,5 +15,6 @@
     package_dir = {'': 'src'},
     include_package_data = True,
     zip_safe=False,    
-    install_requires=['setuptools'],
+    install_requires=['setuptools',
+                      'simplejson'],
 )



More information about the Checkins mailing list