Do not make django-taggit-helper a hard requirement
This commit is contained in:
parent
cd92451e78
commit
080de32aed
2 changed files with 6 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -42,7 +42,8 @@ setup(
|
|||
'djangocms-apphook-setup',
|
||||
],
|
||||
extras_require={
|
||||
'search': ['aldryn-search']
|
||||
'search': ['aldryn-search'],
|
||||
'taggit-helpers': ['django-taggit-helpers']
|
||||
},
|
||||
license='BSD',
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue