view buildout.cfg @ 133:2006f8a68358

Add stored procedure used in activity view data collection.
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 14 Oct 2011 21:59:40 +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