Mercurial > hg > ltpdarepo
comparison buildout.cfg @ 153:49ae14f1eaef
Explicitly depend on distribute.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 25 Oct 2011 23:00:17 +0200 |
parents | 0d259fd52ca0 |
children | d6b205e8c1f9 |
comparison
equal
deleted
inserted
replaced
152:07e85fcb9268 | 153:49ae14f1eaef |
---|---|
4 develop = src | 4 develop = src |
5 | 5 |
6 [flask] | 6 [flask] |
7 recipe = zc.recipe.egg | 7 recipe = zc.recipe.egg |
8 eggs = | 8 eggs = |
9 distribute | |
9 Flask | 10 Flask |
10 WTForms | 11 WTForms |
11 ordereddict | 12 ordereddict |
12 argparse | 13 argparse |
13 itsdangerous | 14 itsdangerous |