changeset 39:532d9d070ef5

Require Flask version older than 0.7. Just released Flask 0.7 introduces backward incompatible improvements. Stick to an older version. Do not install lot of test dependencies by default.
author Daniele Nicolodi <daniele@grinta.net>
date Wed, 29 Jun 2011 00:39:40 +0200
parents aa8b0bb724f6
children e640b2302fab
files buildout.cfg
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/buildout.cfg	Wed Jun 29 00:39:27 2011 +0200
+++ b/buildout.cfg	Wed Jun 29 00:39:40 2011 +0200
@@ -5,12 +5,11 @@
 [flask]
 recipe = zc.recipe.egg
 eggs = 
-     Flask
+     Flask < 0.7
      WTForms
      ordereddict
      argparse
      ltpdarepo
-     zope.testbrowser [wsgi]
 interpreter = python
 
 [wsgi]