aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-23 11:50:17 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-23 11:50:17 +0100
commit3b207149b74801fe2ce228dbe27fa0ea5cd34958 (patch)
treef8648503496ab7390e84b5ca755899a347ec107b
parent4a09051419b19da25198249553ecd97d8a801c45 (diff)
Reworked requirements section.
-rw-r--r--setup.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.py b/setup.py
index 17eb71e2..5035ed92 100644
--- a/setup.py
+++ b/setup.py
@@ -33,24 +33,15 @@ __platform__ = platform.system()
is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata)
requirements = [
- "waitress==0.8.1",
- "webob==1.0.8",
- "Pylons==1.0.0",
"Beaker==1.6.4",
- "WebHelpers==1.3",
- "formencode==1.2.4",
"SQLAlchemy==0.7.9",
"Mako==0.7.3",
"pygments>=1.5",
"whoosh>=2.4.0,<2.5",
- "celery>=2.2.5,<2.3",
- "babel",
- "python-dateutil>=1.5.0,<2.0.0",
"dulwich>=0.8.7,<0.9.0",
"markdown==2.2.1",
"docutils==0.8.1",
"simplejson==2.5.2",
- "mock",
]
if sys.version_info < (2, 6):