From: Berker Peksag Date: Fri, 7 Mar 2014 13:19:53 +0000 (+0200) Subject: Update install_requires. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=03ff865c429f9083ab50fdb3bda0f5bcaa91cefb;p=mediagoblin.git Update install_requires. * Add PasteDeploy * Upgrade Babel --- diff --git a/setup.py b/setup.py index bf31e23b..658cf8c3 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ install_requires = [ 'kombu', 'jinja2', 'sphinx', # TODO: is this a docs requirement? - 'Babel<1.0', + 'Babel<1.0', # TODO: why <1.0 or 0.9.6? 'webtest<2', 'ConfigObj', 'Markdown', @@ -78,6 +78,7 @@ install_requires = [ # use pbr, and currently it breaks things, presumably till # their next release. 'pbr==0.5.22', + 'PasteDeploy', # This is optional: # 'translitcodec', # For now we're expecting that users will install this from