comparison setup.py @ 876:92bc5ddbda06 beta

fixed typo in setup.py
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 Dec 2010 01:53:56 +0100
parents b956e6f415a2
children 0ed8016d2886
comparison
equal deleted inserted replaced
875:0765fd5bf668 876:92bc5ddbda06
5 5
6 requirements = [ 6 requirements = [
7 "Pylons==1.0.0", 7 "Pylons==1.0.0",
8 "SQLAlchemy>=0.6.5", 8 "SQLAlchemy>=0.6.5",
9 "Mako==0.3.6", 9 "Mako==0.3.6",
10 "vcs=>0.1.10", 10 "vcs>=0.1.10",
11 "pygments>=1.3.1", 11 "pygments>=1.3.1",
12 "mercurial>=1.7.2", 12 "mercurial>=1.7.2",
13 "whoosh>=1.3.4", 13 "whoosh>=1.3.4",
14 "celery>=2.1.4", 14 "celery>=2.1.4",
15 "py-bcrypt", 15 "py-bcrypt",