add babel to install_requires
This commit is contained in:
parent
b540e24415
commit
5482cdc318
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -48,7 +48,7 @@ array of URLs.""",
|
||||||
author_email='jan@dittberner.info',
|
author_email='jan@dittberner.info',
|
||||||
url='http://debian-stuff.dittberner.info/ddportfolioservice',
|
url='http://debian-stuff.dittberner.info/ddportfolioservice',
|
||||||
license='AGPL-3.0+',
|
license='AGPL-3.0+',
|
||||||
install_requires=["Pylons>=0.10rc1"],
|
install_requires=["Pylons>=0.10rc1", 'babel>=0.9.4'],
|
||||||
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',
|
||||||
|
|
Loading…
Reference in a new issue