From 060691f8187fca7975063e4da3b535c61aacc7dd Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Fri, 15 Nov 2013 22:39:01 +0200 Subject: [PATCH] Include Python-slugify to begin using their slugging function --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5d3fcbc..2b6ef0b 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( 'sqlalchemy >= 0.8.1', 'sqlalchemy-migrate >= 0.7', "argparse >= 1.2.1", + 'python-slugify >= 0.0.6', "PyYAML >= 3.10" ], tests_require=[],