aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-05-28 14:59:09 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-05-28 14:59:09 +0200
commit050c18d3d476ef73e6e8d3615a579e6cc583eadd (patch)
tree8d91997b880666c9bbc4b522c20b8e0c2e15ff41
parentee833f53181969c1c66928fef9c9cc2db1f94f2e (diff)
Fixed equality test.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1e54229c..a4492f52 100755
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata)
requirements = [
"waitress==0.8.2",
- "webob=1.1.1",
+ "webob==1.1.1",
"webtest==1.4.3",
"Pylons==1.0.0",
"Beaker==1.6.4",