diff 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 diff
--- a/buildout.cfg	Tue Aug 23 14:34:44 2011 +0200
+++ b/buildout.cfg	Tue Aug 23 14:38:17 2011 +0200
@@ -1,4 +1,5 @@
 [buildout]
+include-site-packages = false
 parts = flask
 develop = src
 
@@ -10,6 +11,7 @@
      ordereddict
      argparse
      itsdangerous
+     python-dateutil < 2.0
      ltpdarepo
 interpreter = python
 scripts = run admin