comparison setup.py @ 2715:298bac3757a7 beta

requirements updates
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 14 Aug 2012 01:16:29 +0200
parents 4a7a9f2c1dba
children d4f6dc38d625
comparison
equal deleted inserted replaced
2714:a2eaa0054430 2715:298bac3757a7
32 32
33 is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata) 33 is_windows = __platform__ in _get_meta_var('PLATFORM_WIN', _metadata)
34 34
35 requirements = [ 35 requirements = [
36 "waitress==0.8.1", 36 "waitress==0.8.1",
37 "webob==1.0.8",
37 "Pylons==1.0.0", 38 "Pylons==1.0.0",
38 "Beaker==1.6.3", 39 "Beaker==1.6.4",
39 "WebHelpers==1.3", 40 "WebHelpers==1.3",
40 "formencode==1.2.4", 41 "formencode==1.2.4",
41 "SQLAlchemy==0.7.8", 42 "SQLAlchemy==0.7.8",
42 "Mako==0.7.0", 43 "Mako==0.7.2",
43 "pygments>=1.4", 44 "pygments>=1.5",
44 "whoosh>=2.4.0,<2.5", 45 "whoosh>=2.4.0,<2.5",
45 "celery>=2.2.5,<2.3", 46 "celery>=2.2.5,<2.3",
46 "babel", 47 "babel",
47 "python-dateutil>=1.5.0,<2.0.0", 48 "python-dateutil>=1.5.0,<2.0.0",
48 "dulwich>=0.8.5,<0.9.0", 49 "dulwich>=0.8.5,<0.9.0",
49 "webob==1.0.8",
50 "markdown==2.1.1", 50 "markdown==2.1.1",
51 "docutils==0.8.1", 51 "docutils==0.8.1",
52 "simplejson==2.5.2", 52 "simplejson==2.5.2",
53 "mock", 53 "mock",
54 ] 54 ]