--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/buildout-prod.cfg Sat Mar 01 09:48:26 2014 +0100
@@ -0,0 +1,11 @@
+[buildout]
+extends = buildout.cfg
+parts += gunicorn
+
+[gunicorn]
+recipe = zc.recipe.egg:scripts
+dependent-scripts = true
+eggs =
+ ${python:eggs}
+ eventlet
+ gunicorn