dependencies update

This commit is contained in:
Serghei Mihai 2015-03-11 17:13:08 +01:00
parent c1b3c04446
commit e4140c02b7
3 changed files with 4 additions and 1 deletions

View File

@ -44,6 +44,8 @@ Requirements
For example, you might want to mention here which versions of CKAN this For example, you might want to mention here which versions of CKAN this
extension works with. extension works with.
pip install -r dev-requirements.txt
The configuration variable ``ckanext.ozwillo_theme.plugin.ozwillo_url`` must be The configuration variable ``ckanext.ozwillo_theme.plugin.ozwillo_url`` must be
set(for example to https://ozwillo-preprod.eu) set(for example to https://ozwillo-preprod.eu)

View File

@ -0,0 +1 @@
python-slugify

View File

@ -58,7 +58,7 @@ setup(
# project is installed. For an analysis of "install_requires" vs pip's # project is installed. For an analysis of "install_requires" vs pip's
# requirements files see: # requirements files see:
# https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files # 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 # 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 # installed, specify them here. If using Python 2.6 or less, then these