Port slugify to Python3

This commit is contained in:
Manuel Ebert 2014-01-19 11:58:13 +01:00
parent 1304e5ca82
commit c3d6a38e45
6 changed files with 16 additions and 7 deletions

View file

@ -73,7 +73,6 @@ setup(
"parsedatetime>=1.1.2",
"pytz>=2013b",
"tzlocal==1.0",
"slugify>=0.0.1",
"keyring>=3.3",
"python-dateutil>=2.2"
] + [p for p, cond in conditional_dependencies.items() if cond],