view buildout.cfg @ 103:1c18434e5e69

Fix js for compatibility with Safari.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 21 Aug 2011 20:34:22 +0200
parents f6baba33612e
children 0d259fd52ca0
line wrap: on
line source

[buildout]
parts = flask
develop = src

[flask]
recipe = zc.recipe.egg
eggs = 
     Flask
     WTForms
     ordereddict
     argparse
     itsdangerous
     ltpdarepo
interpreter = python
scripts = run admin