buildout.cfg
changeset 332 2eb286e89615
parent 331 2ac3cf08cd00
child 376 5debb109a899
--- a/buildout.cfg	Thu Dec 02 19:13:08 2010 +0530
+++ b/buildout.cfg	Thu Dec 02 19:44:55 2010 +0530
@@ -1,10 +1,19 @@
 [buildout]
-parts = django tagging django-robots south
+parts = django tagging django-robots south reportlab
 eggs = 
     Werkzeug
     PIL
     docutils
+
+[versions]
+reportlab=2.5
+
+[reportlab]
+recipe=zc.recipe.egg
+eggs=
     reportlab
+find-links=
+    http://distfiles.minitage.org/public/externals/minitage/
 
 [django]
 recipe = djangorecipe