aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-07-01 10:41:37 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-07-01 10:41:37 -0500
commitf2e3a6a01c2a8c63064152fd92d58b4903222d18 (patch)
tree8ff9756c40786a6e21a2e42017030a89026eb3f4 /setup.py
parent6f8714fea4b4ce112fbf6dda6f71122e61cfdcf7 (diff)
downloadmediagoblin-f2e3a6a01c2a8c63064152fd92d58b4903222d18.tar.lz
mediagoblin-f2e3a6a01c2a8c63064152fd92d58b4903222d18.tar.xz
mediagoblin-f2e3a6a01c2a8c63064152fd92d58b4903222d18.zip
Explicitly state that we need a webob version >= 1.1 also.
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 5d74cfac..1299b33c 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
'PasteScript',
'beaker',
'routes',
- 'webob<=1.2a2',
+ 'webob<=1.2a2,>=1.1',
'wtforms',
'py-bcrypt',
'nose',