aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2012-11-16 11:32:35 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2012-12-21 08:24:28 +0100
commit8d19cb2445e2aa1f53431da26d866bf9b5e25872 (patch)
tree28ad2c483a3b9fd11ac97e862284e4bdeb014f12 /setup.py
parent726896b62a87a88594cf3863f4bbfcaf84b2abb3 (diff)
downloadmediagoblin-8d19cb2445e2aa1f53431da26d866bf9b5e25872.tar.lz
mediagoblin-8d19cb2445e2aa1f53431da26d866bf9b5e25872.tar.xz
mediagoblin-8d19cb2445e2aa1f53431da26d866bf9b5e25872.zip
Don't require webob as dependency
It is pushing up the daisies. Also relnote the change.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e3e56bf2..dc4bd5e6 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,6 @@ setup(
'setuptools',
'PasteScript',
'beaker',
- 'webob<=1.2a2,>=1.1',
'wtforms',
'py-bcrypt',
'nose',