Switch to normality for slugs
This commit is contained in:
parent
01f85c11b9
commit
c605841390
@ -4,9 +4,9 @@ import sys
|
|||||||
import locale
|
import locale
|
||||||
|
|
||||||
from six import binary_type, text_type
|
from six import binary_type, text_type
|
||||||
|
from normality import slugify
|
||||||
|
|
||||||
from dataset.util import FreezeException
|
from dataset.util import FreezeException
|
||||||
from slugify import slugify
|
|
||||||
|
|
||||||
|
|
||||||
TMPL_KEY = re.compile("{{([^}]*)}}")
|
TMPL_KEY = re.compile("{{([^}]*)}}")
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ setup(
|
|||||||
'six',
|
'six',
|
||||||
'sqlalchemy >= 0.9.1',
|
'sqlalchemy >= 0.9.1',
|
||||||
'alembic >= 0.6.2',
|
'alembic >= 0.6.2',
|
||||||
'python-slugify >= 0.0.6',
|
'normality >= 0.2.2',
|
||||||
"PyYAML >= 3.10",
|
"PyYAML >= 3.10",
|
||||||
"six >= 1.7.3"
|
"six >= 1.7.3"
|
||||||
] + py26_dependency,
|
] + py26_dependency,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user