comparison buildout.cfg @ 84:5a3c91771914

Add message signing and timestamping utility. Based on itsdangerous: http://packages.python.org/itsdangerous/
author Daniele Nicolodi <daniele@grinta.net>
date Sun, 21 Aug 2011 16:10:23 +0200
parents 6d3a309701af
children f6baba33612e
comparison
equal deleted inserted replaced
83:da7cab4398c3 84:5a3c91771914
7 eggs = 7 eggs =
8 Flask 8 Flask
9 WTForms 9 WTForms
10 ordereddict 10 ordereddict
11 argparse 11 argparse
12 itsdangerous
12 ltpdarepo 13 ltpdarepo
13 interpreter = python 14 interpreter = python
14 15
15 [wsgi] 16 [wsgi]
16 recipe = zc.recipe.egg 17 recipe = zc.recipe.egg