From e4140c02b748c6520f2985a2996318d3fb4837f3 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Wed, 11 Mar 2015 17:13:08 +0100 Subject: [PATCH] dependencies update --- README.rst | 2 ++ dev-requirements.txt | 1 + setup.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 961d769..7ee43e8 100644 --- a/README.rst +++ b/README.rst @@ -44,6 +44,8 @@ Requirements For example, you might want to mention here which versions of CKAN this extension works with. +pip install -r dev-requirements.txt + The configuration variable ``ckanext.ozwillo_theme.plugin.ozwillo_url`` must be set(for example to https://ozwillo-preprod.eu) diff --git a/dev-requirements.txt b/dev-requirements.txt index e69de29..794a00a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -0,0 +1 @@ +python-slugify diff --git a/setup.py b/setup.py index d67ef66..edb0b46 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=[], + 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