use the fixed set of dependency versions from Lenny

this allows to create a clean virtualenv that behaves like a Debian Lenny
Python setup
This commit is contained in:
Jan Dittberner 2010-05-10 19:25:33 +02:00
parent 284844168c
commit d0082377cd
1 changed files with 8 additions and 1 deletions

View File

@ -48,7 +48,14 @@ array of URLs.""",
author_email='jan@dittberner.info',
url='http://debian-stuff.dittberner.info/ddportfolioservice',
license='AGPL-3.0+',
install_requires=["Pylons>=0.9.6.2"],
install_requires=[
"Pylons==0.9.6.2",
"Paste==1.7.1",
"PasteDeploy==1.3.2",
"PasteScript==1.6.3",
"Routes==1.9.2",
"FormEncode==1.0.1",
"WebHelpers==0.6.1"],
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
test_suite='nose.collector',