diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-07-01 10:41:37 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-07-01 10:41:37 -0500 |
commit | f2e3a6a01c2a8c63064152fd92d58b4903222d18 (patch) | |
tree | 8ff9756c40786a6e21a2e42017030a89026eb3f4 /setup.py | |
parent | 6f8714fea4b4ce112fbf6dda6f71122e61cfdcf7 (diff) | |
download | mediagoblin-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ setup( 'PasteScript', 'beaker', 'routes', - 'webob<=1.2a2', + 'webob<=1.2a2,>=1.1', 'wtforms', 'py-bcrypt', 'nose', |