Switch to normality for slugs

This commit is contained in:
Friedrich Lindenberg 2015-05-21 16:51:57 +02:00
parent 01f85c11b9
commit c605841390
2 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ import sys
import locale
from six import binary_type, text_type
from normality import slugify
from dataset.util import FreezeException
from slugify import slugify
TMPL_KEY = re.compile("{{([^}]*)}}")

View File

@ -33,7 +33,7 @@ setup(
'six',
'sqlalchemy >= 0.9.1',
'alembic >= 0.6.2',
'python-slugify >= 0.0.6',
'normality >= 0.2.2',
"PyYAML >= 3.10",
"six >= 1.7.3"
] + py26_dependency,