changeset 1511:a5981def1961 beta

fixes #231 Added formencode version freeze to setup.py <1.2.4 was buggy
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 05 Oct 2011 00:10:42 +0200
parents 90062009bb1e
children bf263968da47 87ec80c280bb 8ac667338432
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Oct 04 22:43:26 2011 +0200
+++ b/setup.py	Wed Oct 05 00:10:42 2011 +0200
@@ -12,6 +12,7 @@
 requirements = [
         "Pylons==1.0.0",
         "WebHelpers>=1.2",
+        "formencode==1.2.4",
         "SQLAlchemy>=0.7.2,<0.8",
         "Mako>=0.4.2",
         "pygments>=1.4",