view develop.cfg @ 83:da7cab4398c3

MySQL limits usernames to 16 characters. Reflect this limitation in the form validation code.
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 21 Aug 2011 16:10:23 +0200
parents d8f600938f31
children f6baba33612e
line wrap: on
line source

[buildout]
extends = buildout.cfg

[flask]
eggs += 
     unittest2
     coverage
     zope.testbrowser [wsgi]