comparison setup.py @ 486:5c376ac2d4c9 celery

rewrote graph plotting, added zooming and json dump insted of stupid string formating.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Sep 2010 17:03:29 +0200
parents 7010af6efde5
children d945c95ba4ac
comparison
equal deleted inserted replaced
485:9836541b0509 486:5c376ac2d4c9
22 "Mako>=0.3.2", 22 "Mako>=0.3.2",
23 "vcs>=0.1.5", 23 "vcs>=0.1.5",
24 "pygments>=1.3.0", 24 "pygments>=1.3.0",
25 "mercurial>=1.6", 25 "mercurial>=1.6",
26 "pysqlite", 26 "pysqlite",
27 "whoosh==1.0.0b16", 27 "whoosh==1.0.0b17",
28 "py-bcrypt", 28 "py-bcrypt",
29 "celery", 29 "celery",
30 ], 30 ],
31 setup_requires=["PasteScript>=1.6.3"], 31 setup_requires=["PasteScript>=1.6.3"],
32 packages=find_packages(exclude=['ez_setup']), 32 packages=find_packages(exclude=['ez_setup']),