aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dc4bd5e6..12284f26 100644
--- a/setup.py
+++ b/setup.py
@@ -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',