You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/11/26 20:15:21 UTC

git commit: [#6915] Add Unidecode lib

Updated Branches:
  refs/heads/tv/6915 [created] b170f8fc7


[#6915] Add Unidecode lib

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/b170f8fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/b170f8fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/b170f8fc

Branch: refs/heads/tv/6915
Commit: b170f8fc71082e79b4af0654c1c30b3662f312b3
Parents: d570aa2
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Tue Nov 26 19:15:04 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue Nov 26 19:15:04 2013 +0000

----------------------------------------------------------------------
 requirements-sf.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/b170f8fc/requirements-sf.txt
----------------------------------------------------------------------
diff --git a/requirements-sf.txt b/requirements-sf.txt
index b6c4bf1..b46c8ea 100644
--- a/requirements-sf.txt
+++ b/requirements-sf.txt
@@ -21,6 +21,7 @@ pyzmq==2.1.7
 html2text==3.200.3dev-20121112
 PyMollom==0.1
 TracWikiImporter==0.3.4
+Unidecode==0.04.14
 
 # use version built from https://github.com/johnsca/GitPython/commits/tv/6000
 # for unmerged fixes for [#5411], [#6000], and [#6078]