Include Python-slugify to begin using their slugging function

This commit is contained in:
Friedrich Lindenberg 2013-11-15 22:39:01 +02:00
parent ea582d3fce
commit 060691f818

View File

@ -25,6 +25,7 @@ setup(
'sqlalchemy >= 0.8.1', 'sqlalchemy >= 0.8.1',
'sqlalchemy-migrate >= 0.7', 'sqlalchemy-migrate >= 0.7',
"argparse >= 1.2.1", "argparse >= 1.2.1",
'python-slugify >= 0.0.6',
"PyYAML >= 3.10" "PyYAML >= 3.10"
], ],
tests_require=[], tests_require=[],