Author: chrisz
Date: Sat Jan 26 07:26:25 2008
New Revision: 4057
URL: http://trac.turbogears.org/changeset/4057
Log:
Limit PasteScript version in 1.1 branch (we need to wait for a bug-fix in
PasteScript).
Modified:
branches/1.1/setup.py
Modified: branches/1.1/setup.py
==============================================================================
--- branches/1.1/setup.py (original)
+++ branches/1.1/setup.py Sat Jan 26 07:26:25 2008
@@ -18,7 +18,7 @@
"DecoratorTools >= 1.4",
"FormEncode >= 0.7.1",
"Genshi >= 0.4.4",
- "PasteScript >= 0.9.7",
+ "PasteScript >= 0.9.7,<1.6",
"RuleDispatch >= 0.5a0.dev-r2303",
"setuptools >= 0.6c2",
"simplejson >= 1.3",