Mercurial > hg > ltpdarepo
comparison 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 |
comparison
equal
deleted
inserted
replaced
105:f4cbab388ed0 | 106:0d259fd52ca0 |
---|---|
1 [buildout] | 1 [buildout] |
2 include-site-packages = false | |
2 parts = flask | 3 parts = flask |
3 develop = src | 4 develop = src |
4 | 5 |
5 [flask] | 6 [flask] |
6 recipe = zc.recipe.egg | 7 recipe = zc.recipe.egg |
8 Flask | 9 Flask |
9 WTForms | 10 WTForms |
10 ordereddict | 11 ordereddict |
11 argparse | 12 argparse |
12 itsdangerous | 13 itsdangerous |
14 python-dateutil < 2.0 | |
13 ltpdarepo | 15 ltpdarepo |
14 interpreter = python | 16 interpreter = python |
15 scripts = run admin | 17 scripts = run admin |