Revision e4140c02
Added by Serghei Mihai about 8 years ago
README.rst | ||
---|---|---|
44 | 44 |
For example, you might want to mention here which versions of CKAN this |
45 | 45 |
extension works with. |
46 | 46 |
|
47 |
pip install -r dev-requirements.txt |
|
48 |
|
|
47 | 49 |
The configuration variable ``ckanext.ozwillo_theme.plugin.ozwillo_url`` must be |
48 | 50 |
set(for example to https://ozwillo-preprod.eu) |
49 | 51 |
|
dev-requirements.txt | ||
---|---|---|
1 |
python-slugify |
setup.py | ||
---|---|---|
58 | 58 |
# project is installed. For an analysis of "install_requires" vs pip's |
59 | 59 |
# requirements files see: |
60 | 60 |
# https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files |
61 |
install_requires=[], |
|
61 |
install_requires=['python-slugify'],
|
|
62 | 62 |
|
63 | 63 |
# If there are data files included in your packages that need to be |
64 | 64 |
# installed, specify them here. If using Python 2.6 or less, then these |
Also available in: Unified diff
dependencies update