Revision 00dd3b1b
Added by Serghei Mihai almost 11 years ago
| dev-requirements.txt | ||
|---|---|---|
|
slugify
|
||
|
python-slugify
|
||
| setup.py | ||
|---|---|---|
|
# 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
|
||
Also available in: Unified diff
required slugify package updated