aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-09-30 18:35:03 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-09-30 18:35:03 +0200
commit225fee75f9efb2362d94dd8b2930737cdcecf5b4 (patch)
treebfd8ffd98e83f8a2f772d2ece0d60f3340b7641a /setup.py
parent5974176b03d3413c7ae996daeaa55ba02e416d58 (diff)
updated whoosh deps,
fixed templates, changelog and changeset stylings changed 8 letter password into 6 letter passwords required
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dccf68b0..389531cc 100644
--- a/setup.py
+++ b/setup.py
@@ -20,11 +20,11 @@ setup(
"SQLAlchemy>=0.6",
"babel",
"Mako>=0.3.2",
- "vcs>=0.1.6",
+ "vcs>=0.1.7",
"pygments>=1.3.0",
"mercurial>=1.6",
"pysqlite",
- "whoosh==1.0.0b17",
+ "whoosh==1.0.0b19",
"py-bcrypt",
"celery",
],