diff buildout.cfg @ 49:6d3a309701af

Adapt to Flask 0.7.
author Daniele Nicolodi <daniele@grinta.net>
date Sat, 13 Aug 2011 20:27:24 +0200
parents 532d9d070ef5
children 5a3c91771914
line wrap: on
line diff
--- a/buildout.cfg	Sat Aug 13 20:26:56 2011 +0200
+++ b/buildout.cfg	Sat Aug 13 20:27:24 2011 +0200
@@ -5,7 +5,7 @@
 [flask]
 recipe = zc.recipe.egg
 eggs = 
-     Flask < 0.7
+     Flask
      WTForms
      ordereddict
      argparse