diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-11-16 11:32:35 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2012-12-21 08:24:28 +0100 |
commit | 8d19cb2445e2aa1f53431da26d866bf9b5e25872 (patch) | |
tree | 28ad2c483a3b9fd11ac97e862284e4bdeb014f12 /setup.py | |
parent | 726896b62a87a88594cf3863f4bbfcaf84b2abb3 (diff) | |
download | mediagoblin-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ setup( 'setuptools', 'PasteScript', 'beaker', - 'webob<=1.2a2,>=1.1', 'wtforms', 'py-bcrypt', 'nose', |