Skip to content
Snippets Groups Projects
Commit 0eaa31e10dc0 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[__pkginfo__] add dependencies to elastic search libraries & bs4

parent 67b13eecf542
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,11 @@
description = 'Simple ElasticSearch indexing integration for CubicWeb'
web = 'http://www.cubicweb.org/project/%s' % distname
__depends__ = {'cubicweb': '>= 3.22.2', 'six': '>= 1.4.0'}
__depends__ = {'cubicweb': '>= 3.22.2', 'six': '>= 1.4.0',
'elasticsearch': None,
'elasticsearch-dsl': None,
'bs4': None,
}
__recommends__ = {}
classifiers = [
......
......@@ -15,6 +15,9 @@
python-six (>= 1.4.0),
${python:Depends},
${misc:Depends},
python-bs4,
python-elasticsearch,
python-elasticsearch-dsl,
Description: Simple ElasticSearch indexing integration for CubicWeb
CubicWeb is a semantic web application framework.
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment