comparison setup.py @ 512:d945c95ba4ac

refactoring for new vcs implementation renamed all ._short and .raw_id into .short_id updated dependency for vcs to 0.1.6
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Sep 2010 20:25:58 +0000
parents 5c376ac2d4c9
children 3a567e329fb6
comparison
equal deleted inserted replaced
511:0fce1f9e4dce 512:d945c95ba4ac
18 install_requires=[ 18 install_requires=[
19 "Pylons>=1.0.0", 19 "Pylons>=1.0.0",
20 "SQLAlchemy>=0.6", 20 "SQLAlchemy>=0.6",
21 "babel", 21 "babel",
22 "Mako>=0.3.2", 22 "Mako>=0.3.2",
23 "vcs>=0.1.5", 23 "vcs>=0.1.6",
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.0b17", 27 "whoosh==1.0.0b17",
28 "py-bcrypt", 28 "py-bcrypt",