view buildout.cfg @ 150:80e43dd34d71

Avoid opening the database connection when serving static resources.
author Daniele Nicolodi <daniele@grinta.net>
date Wed, 26 Oct 2011 20:00:09 +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