view buildout.cfg @ 106:0d259fd52ca0

Implement validation of advanced query parameters. While at it also rework the query infrastructure, I'm almost happy with it now. Named queries are broken by this change and will be fixed soon. Add dependency to `dateutil` package used for datetimes parsing.
author Daniele Nicolodi <daniele@grinta.net>
date Tue, 23 Aug 2011 14:38:17 +0200
parents f6baba33612e
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