summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <ralph.bean@gmail.com>2011-04-12 12:37:35 -0400
committerRalph Bean <ralph.bean@gmail.com>2011-04-12 12:37:35 -0400
commit6726d44da179a5f5c1286fc4b4c5bec96b226e00 (patch)
tree2be8c70469f333b4561eb3c973843798f84c36c1
parentc83e57b8e9faf717b1372da987f5c2327f42dbe8 (diff)
downloadleafymiracle-6726d44da179a5f5c1286fc4b4c5bec96b226e00.tar.gz
leafymiracle-6726d44da179a5f5c1286fc4b4c5bec96b226e00.tar.xz
leafymiracle-6726d44da179a5f5c1286fc4b4c5bec96b226e00.zip
Depend on a hard version of tw2.jit
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 90c3834..7e2b45b 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ requires = [
'zope.sqlalchemy',
'WebError',
"formencode",
- "tw2.jit",
+ "tw2.jit>=0.2.8b23",
"kitchen",
]