add babel to install_requires

This commit is contained in:
Jan Dittberner 2012-01-07 01:02:56 +01:00
parent b540e24415
commit 5482cdc318
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ array of URLs.""",
author_email='jan@dittberner.info',
url='http://debian-stuff.dittberner.info/ddportfolioservice',
license='AGPL-3.0+',
install_requires=["Pylons>=0.10rc1"],
install_requires=["Pylons>=0.10rc1", 'babel>=0.9.4'],
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
test_suite='nose.collector',