Skip to content
Snippets Groups Projects
Commit 23d1f903a235 authored by Katia Saurfelt's avatar Katia Saurfelt
Browse files

[dependency] pin python-elasticsearch and python-elasticsearch-dsl versions as...

[dependency] pin python-elasticsearch and python-elasticsearch-dsl versions as elasticsearch 7 has been released
parent 53d3c4751a53
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,8 @@
__depends__ = {'cubicweb': '>= 3.24.0', 'six': '>= 1.4.0',
'cwtags': None,
'elasticsearch': '>=6.0.0',
'elasticsearch-dsl': '>=6.0.0',
'elasticsearch': '>=6.0.0,<7.0.0',
'elasticsearch-dsl': '>=6.0.0,<7.0.0',
'beautifulsoup4': None,
}
......
......@@ -20,4 +20,5 @@
python-bs4,
python-cwtags,
python-elasticsearch (>= 6.0.0),
python-elasticsearch (<< 7.0.0),
python-elasticsearch-dsl (>= 6.0.0),
......@@ -23,4 +24,5 @@
python-elasticsearch-dsl (>= 6.0.0),
python-elasticsearch-dsl (<< 7.0.0),
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