Make translitcodec optional, and work nicely without it.

This commit is contained in:
Christopher Allan Webber
2013-01-06 21:41:08 -06:00
parent 78fa73bcd5
commit e535b9b36f
2 changed files with 14 additions and 4 deletions

View File

@@ -53,13 +53,14 @@ setup(
'jinja2',
'sphinx',
'Babel',
'translitcodec',
'argparse',
'webtest',
'ConfigObj',
'Markdown',
'sqlalchemy>=0.7.0',
'sqlalchemy-migrate',
## This is optional!
# 'translitcodec',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',