view buildout.cfg @ 144:495fb7bcf45a

Allow to force both current and destination schema version in upgrade operation.
author Daniele Nicolodi <daniele@grinta.net>
date Thu, 20 Oct 2011 09:30:33 +0200
parents 0d259fd52ca0
children 49ae14f1eaef
line wrap: on
line source

[buildout]
include-site-packages = false
parts = flask
develop = src

[flask]
recipe = zc.recipe.egg
eggs = 
     Flask
     WTForms
     ordereddict
     argparse
     itsdangerous
     python-dateutil < 2.0
     ltpdarepo
interpreter = python
scripts = run admin