From 00dd3b1b72c69099ae0ebecb602bc26acc57ace5 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Wed, 11 Mar 2015 17:15:32 +0100 Subject: [PATCH] required slugify package updated --- dev-requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f4843f7..794a00a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1 +1 @@ -slugify +python-slugify diff --git a/setup.py b/setup.py index 9868108..ff70dc8 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files - install_requires=['slugify'], + install_requires=['python-slugify'], # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these