From e81aacda64266e3661553afcef0691937f9556a8 Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Wed, 23 Jan 2013 14:47:58 +0100 Subject: Reworked the requirements section. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ac6a0e9e..e37c4178 100644 --- a/setup.py +++ b/setup.py @@ -33,16 +33,16 @@ __platform__ = platform.system() is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata) requirements = [ + "waitress==0.8.1", "Beaker==1.6.4", "SQLAlchemy==0.7.9", "Mako==0.7.3", "pygments>=1.5", "whoosh>=2.4.0,<2.5", + "celery>=2.2.5,<2.3", "dulwich>=0.8.7,<0.9.0", "markdown==2.2.1", - "docutils==0.8.1", "simplejson==2.5.2", - "celery==2.2.5", ] if sys.version_info < (2, 6): -- cgit v1.2.3