comparison setup.py @ 170:f9e8920958af

updated setup dependencies
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 02:18:54 +0200
parents 20dc7a5eb748
children 3380ca40cdba
comparison
equal deleted inserted replaced
169:8e01265fb586 170:f9e8920958af
14 url='', 14 url='',
15 install_requires=[ 15 install_requires=[
16 "Pylons>=1.0.0", 16 "Pylons>=1.0.0",
17 "SQLAlchemy>=0.6", 17 "SQLAlchemy>=0.6",
18 "Mako>=0.3.2", 18 "Mako>=0.3.2",
19 "vcs>=0.1.1",
20 "pygments>=1.3.0"
19 ], 21 ],
20 setup_requires=["PasteScript>=1.6.3"], 22 setup_requires=["PasteScript>=1.6.3"],
21 packages=find_packages(exclude=['ez_setup']), 23 packages=find_packages(exclude=['ez_setup']),
22 include_package_data=True, 24 include_package_data=True,
23 test_suite='nose.collector', 25 test_suite='nose.collector',