comparison setup.py @ 538:16ba57d8fe23 rhodecode-0.0.0.8.5

version bump
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 03 Oct 2010 02:24:38 +0200
parents 3a567e329fb6
children 1e757ac98988
comparison
equal deleted inserted replaced
537:48be953851fc 538:16ba57d8fe23
22 "Mako>=0.3.2", 22 "Mako>=0.3.2",
23 "vcs>=0.1.7", 23 "vcs>=0.1.7",
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.0b19", 27 "whoosh==1.0.0b20",
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']),