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