Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
elasticsearch
Commits
e275070e9e2f
Commit
9ec83996
authored
Oct 17, 2019
by
Guillaume Vandevelde
Browse files
[es7] Prepare support for elasticsearch 7.0.0
parent
e96b8e3e5e63
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_elasticsearch/__pkginfo__.py
View file @
e275070e
...
...
@@ -15,8 +15,8 @@ web = 'http://www.cubicweb.org/project/%s' % distname
__depends__
=
{
'cubicweb'
:
'>= 3.24.0'
,
'six'
:
'>= 1.4.0'
,
'cwtags'
:
None
,
'elasticsearch'
:
'>=
6
.0.0,<
7
.0.0'
,
'elasticsearch-dsl'
:
'>=
6
.0.0,<
7
.0.0'
,
'elasticsearch'
:
'>=
7
.0.0,<
8
.0.0'
,
'elasticsearch-dsl'
:
'>=
7
.0.0,<
8
.0.0'
,
'beautifulsoup4'
:
None
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment