Media URLs with ids in them are now like /u/cwebber/m/id:4112/ rather than /u/cwebber...
[mediagoblin.git] / setup.py
index dc4bd5e636af4d6e5959c707ce81d199af384457..9c295dc4972ab31818de6554560af735213bed40 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -53,13 +53,15 @@ setup(
         'jinja2',
         'sphinx',
         'Babel',
-        'translitcodec',
         'argparse',
         'webtest',
         'ConfigObj',
         'Markdown',
         'sqlalchemy>=0.7.0',
         'sqlalchemy-migrate',
+        'mock',
+        ## This is optional!
+        # 'translitcodec',
         ## For now we're expecting that users will install this from
         ## their package managers.
         # 'lxml',