server/build: require elasticsearch >=5.0.0., <7.0.0.
This commit is contained in:
parent
8e1e6af232
commit
9e7c77cd73
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ pyyaml>=3.11
|
||||||
psycopg2-binary>=2.6.1
|
psycopg2-binary>=2.6.1
|
||||||
SQLAlchemy>=1.0.12
|
SQLAlchemy>=1.0.12
|
||||||
coloredlogs==5.0
|
coloredlogs==5.0
|
||||||
elasticsearch>=5.0.0
|
elasticsearch>=5.0.0,<7.0.0
|
||||||
elasticsearch-dsl>=5.0.0
|
elasticsearch-dsl>=5.0.0,<7.0.0
|
||||||
numpy>=1.8.2
|
numpy>=1.8.2
|
||||||
pillow>=4.3.0
|
pillow>=4.3.0
|
||||||
pynacl==1.2.1
|
pynacl==1.2.1
|
||||||
|
|
Loading…
Reference in a new issue