view buildout.cfg @ 176:6b5fa909bce3

Add TODO list.
author Daniele Nicolodi <daniele@grinta.net>
date Mon, 07 Nov 2011 01:45:16 +0100
parents 49ae14f1eaef
children d6b205e8c1f9
line wrap: on
line source

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

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