Commit 38b72309 authored by Arno Töll's avatar Arno Töll
Browse files

Adjust dependencies. Turns out, Expo is broken with Pylons 1.0.x, revert Babel...

Adjust dependencies. Turns out, Expo is broken with Pylons 1.0.x, revert Babel to 0.9.4 now as problems are solved (and that version is fulfilled in Squeeze), drop ZSI as we don't use any ZSI code anymore
parent 86ba7b7c
...@@ -13,13 +13,12 @@ setup( ...@@ -13,13 +13,12 @@ setup(
#author_email='', #author_email='',
#url='', #url='',
install_requires=[ install_requires=[
"Pylons>=1.0", "Pylons==1.0",
"SQLAlchemy>=0.6", "SQLAlchemy>=0.6",
"Webhelpers>=0.6.1", "Webhelpers>=0.6.1",
"Babel>=0.9.6", "Babel>=0.9.4",
"ZSI",
"python-debian>=0.1.16", "python-debian>=0.1.16",
"soaplib==0.8.1"], "soaplib>=0.12"],
packages=find_packages(exclude=['ez_setup']), packages=find_packages(exclude=['ez_setup']),
include_package_data=True, include_package_data=True,
test_suite='nose.collector', test_suite='nose.collector',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment