From ce5f99a29f1f7c4d6ed704fb4974e70ba4defe58 Mon Sep 17 00:00:00 2001 From: onur mat Date: Sat, 11 Sep 2010 19:25:26 +0300 Subject: implemented unicode aware `slugify` with unidecode library --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bb63ebd3..be0d4268 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ install_requires = [ 'django-keyedcache', 'django-threaded-multihost', 'django-robots', + 'unidecode', ] import askbot -- cgit v1.2.3-1-g7c22