diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-03-07 15:19:53 +0200 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-05-08 20:33:14 +0300 |
commit | 03ff865c429f9083ab50fdb3bda0f5bcaa91cefb (patch) | |
tree | 0fb9686f9ddb169161ef015667b2c0f2fe243ded | |
parent | f6a700e8ae15f9b3368b908bded8129eb9345d7f (diff) | |
download | mediagoblin-03ff865c429f9083ab50fdb3bda0f5bcaa91cefb.tar.lz mediagoblin-03ff865c429f9083ab50fdb3bda0f5bcaa91cefb.tar.xz mediagoblin-03ff865c429f9083ab50fdb3bda0f5bcaa91cefb.zip |
Update install_requires.
* Add PasteDeploy
* Upgrade Babel
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |