view buildout.cfg @ 125:ab38e8a0eb8d

Minor tweaks to the admin command line interface.
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 14 Oct 2011 10:34: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