summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildout.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 98682e6..4f28529 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -10,12 +10,13 @@ eggs =
recipe = djangorecipe
version = 1.2.1
settings = production
-eggs = ${buildout:eggs}
+eggs =
+ ${buildout:eggs}
+ ${reportlab:eggs}
pythonpath =
${tagging:location}
${django-robots:location}
${south:location}
- ${reportlab:eggs}
[tagging]
recipe = infrae.subversion