comparison setup.py @ 416:25ab66a26975

fix for new bcrypt password. Some templating updates, added "time ago" to file browser changed whoosh dep.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 20 Aug 2010 18:43:08 +0200
parents 04e8b31fb245
children 6b54caa8b074
comparison
equal deleted inserted replaced
415:04e8b31fb245 416:25ab66a26975
21 "Mako>=0.3.2", 21 "Mako>=0.3.2",
22 "vcs>=0.1.4", 22 "vcs>=0.1.4",
23 "pygments>=1.3.0", 23 "pygments>=1.3.0",
24 "mercurial>=1.6", 24 "mercurial>=1.6",
25 "pysqlite", 25 "pysqlite",
26 "whoosh>=1.0.0b5", 26 "whoosh==1.0.0b9",
27 "py-bcrypt", 27 "py-bcrypt",
28 ], 28 ],
29 setup_requires=["PasteScript>=1.6.3"], 29 setup_requires=["PasteScript>=1.6.3"],
30 packages=find_packages(exclude=['ez_setup']), 30 packages=find_packages(exclude=['ez_setup']),
31 include_package_data=True, 31 include_package_data=True,