# HG changeset patch # User Daniele Nicolodi # Date 1319576417 -7200 # Node ID 49ae14f1eaef0931d6989934da8b531460916561 # Parent 07e85fcb9268782fd4d76419d31702b6b00507fc Explicitly depend on distribute. diff -r 07e85fcb9268 -r 49ae14f1eaef buildout.cfg --- a/buildout.cfg Wed Oct 26 20:02:09 2011 +0200 +++ b/buildout.cfg Tue Oct 25 23:00:17 2011 +0200 @@ -6,6 +6,7 @@ [flask] recipe = zc.recipe.egg eggs = + distribute Flask WTForms ordereddict