aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-11-02 16:57:44 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-11-02 16:57:44 +0200
commit0046b8ee65bd227bb806fff71c8a40c6b05d97f1 (patch)
tree59d5fad58521715357c2cb2edc4c178400641244 /setup.py
parent0df81284088e6c30d619c37bf671f6f735633647 (diff)
Bumped beaker
--HG-- branch : beta
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f2f048f5..fb5aefce 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if py_version < (2, 5):
requirements = [
"Pylons==1.0.0",
- "Beaker==1.5.4",
+ "Beaker==1.6.1",
"WebHelpers>=1.2",
"formencode==1.2.4",
"SQLAlchemy==0.7.3",